#fb863c

Color #FB863C Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sun #FB863C

Tints of Sun #FB863C

Color information

#FB863C (or 0xFB863C) is unknown color: approx Sun. HEX triplet: FB, 86 and 3C. RGB value is (251,134,60). Sum of RGB (Red+Green+Blue) = 251+134+60=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB863C is #0479C3. Grayscale: #A0A0A0. Windows color (decimal): -293316 or 3966715. OLE color: 3966715.

HSL color Cylindrical-coordinate representation of color #FB863C: hue angle of 23.25º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB863C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB25113460-
CMYK00.470.760.02
HSL23.25º95.98%60.98%-
HSV(B)23.25º76.1%98.43%-
XYZ49.1237.899-
YUV160.5571.26192.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 56.40%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 60 (23.83% from 255) = 13.48%
R=56.40%
G=30.11%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511346000.470.760.0223.2595.9860.98
HexFB863C02F4C217603d
Octal3732067405711422714075
Binary11111011100001101111000101111100110010101111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb863c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb863c; }

 p { color: rgb(251,134,60); }

 H1.HeaderClassName
 {
   color: #fb863c;
 }
 .AnyTagClassName
 {
   color: #fb863c;
 }
</style>
background-color css

<style>
 a { background-color: #fb863c; }

 a { background-color: rgb(251,134,60); }

 div.DivClassName
 {
   background-color: #fb863c;
 }
 .BgClassName
 {
   background-color: #fb863c;
 }
</style>
border-color css

<style>
 span { border-color: #fb863c; }

 span { border-color: rgb(251,134,60); }

 td.TdClassName
 {
   border-color: #fb863c;
 }
 .TagClassName
 {
   border-color: #fb863c;
 }
</style>