#FB4812

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

Shades of Orange Red #FB4812

Tints of Orange Red #FB4812

Color information

#FB4812 (or 0xFB4812) is unknown color: approx Orange Red. HEX triplet: FB, 48 and 12. RGB value is (251,72,18). Sum of RGB (Red+Green+Blue) = 251+72+18=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4812 is #04B7ED. Grayscale: #777777. Windows color (decimal): -309230 or 1198331. OLE color: 1198331.

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

Color convert

RGB2517218-
CMYK00.710.930.02
HSL13.91º96.68%52.75%-
HSV(B)13.91º92.83%98.43%-
XYZ42.2125.193.21-
YUV119.3670.8221.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 73.61%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 18 (7.42% from 255) = 5.28%
R=73.61%
G=21.11%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251721800.710.930.0213.9196.6852.75
HexFB48120475D2e6135
Octal37311022010713521614165
Binary111110111001000100100100011110111011011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4812; }

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

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

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

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

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

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

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

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