#FB4712

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

Shades of Orange Red #FB4712

Tints of Orange Red #FB4712

Color information

#FB4712 (or 0xFB4712) is unknown color: approx Orange Red. HEX triplet: FB, 47 and 12. RGB value is (251,71,18). Sum of RGB (Red+Green+Blue) = 251+71+18=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4712 is #04B8ED. Grayscale: #777777. Windows color (decimal): -309486 or 1198075. OLE color: 1198075.

HSL color Cylindrical-coordinate representation of color #FB4712: hue angle of 13.65º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB4712 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB2517118-
CMYK00.720.930.02
HSL13.65º96.68%52.75%-
HSV(B)13.65º92.83%98.43%-
XYZ42.1525.063.19-
YUV118.7871.13222.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 73.82%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 18 (7.42% from 255) = 5.29%
R=73.82%
G=20.88%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251711800.720.930.0213.6596.6852.75
HexFB47120485D2e6135
Octal37310722011013521614165
Binary111110111000111100100100100010111011011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4712; }

 p { color: rgb(251,71,18); }

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

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

 a { background-color: rgb(251,71,18); }

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

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

 span { border-color: rgb(251,71,18); }

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