#FB8F3F

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

Shades of Sun #FB8F3F

Tints of Sun #FB8F3F

Color information

#FB8F3F (or 0xFB8F3F) is unknown color: approx Sun. HEX triplet: FB, 8F and 3F. RGB value is (251,143,63). Sum of RGB (Red+Green+Blue) = 251+143+63=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8F3F is #0470C0. Grayscale: #A6A6A6. Windows color (decimal): -291009 or 4165627. OLE color: 4165627.

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

Color convert

RGB25114363-
CMYK00.430.750.02
HSL25.53º95.92%61.57%-
HSV(B)25.53º74.9%98.43%-
XYZ50.540.519.86-
YUV166.1769.78188.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.92%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 63 (25% from 255) = 13.79%
R=54.92%
G=31.29%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511436300.430.750.0225.5395.9261.57
HexFB8F3F02B4B21a603e
Octal3732177705311323214076
Binary11111011100011111111110101011100101110110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8F3F; }

 p { color: rgb(251,143,63); }

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

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

 a { background-color: rgb(251,143,63); }

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

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

 span { border-color: rgb(251,143,63); }

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