#FB4F40

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

Shades of Sunset Orange #FB4F40

Tints of Sunset Orange #FB4F40

Color information

#FB4F40 (or 0xFB4F40) is unknown color: approx Sunset Orange. HEX triplet: FB, 4F and 40. RGB value is (251,79,64). Sum of RGB (Red+Green+Blue) = 251+79+64=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4F40 is #04B0BF. Grayscale: #808080. Windows color (decimal): -307392 or 4214779. OLE color: 4214779.

HSL color Cylindrical-coordinate representation of color #FB4F40: hue angle of 4.81º 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 #FB4F40 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB2517964-
CMYK00.690.750.02
HSL4.81º95.9%61.76%-
HSV(B)4.81º74.5%98.43%-
XYZ43.5126.477.67-
YUV128.7291.48215.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.71%
GREEN value IS 79 (31.25% from 255) = 20.05%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=63.71%
G=20.05%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251796400.690.750.024.8195.961.76
HexFB4F400454B25603e
Octal37311710001051132514076
Binary1111101110011111000000010001011001011101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4F40; }

 p { color: rgb(251,79,64); }

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

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

 a { background-color: rgb(251,79,64); }

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

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

 span { border-color: rgb(251,79,64); }

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