Html Css Color HEX #FB4212 Orange Red

📋 copy color: '#FB4212'

red 251 ◦ green 66 ◦ blue 18

#FB4212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #FB4212

Tints of Orange Red #FB4212

RGB

 RED value IS 251 (98.44% from 255) = 74.93%

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 74.93%
G = 19.7%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB4212 (or 0xFB4212) is known color: Orange Red. HEX triplet: FB, 42 and 12. RGB value is (251,66,18). Sum of RGB (Red+Green+Blue) = 251+66+18=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4212 is #04BDED. Grayscale: #747474. Windows color (decimal): -310766 or 1196795. OLE color: 1196795.

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

Color convert

RGB 251 66 18 -
CMYK 0 0.74 0.93 0.02
HSL 12.36º 0.97% 0.53% -
HSV(B) 12.36º 0.93% 0.98% -
XYZ 41.84 24.45 3.09 -
YUV 115.84 72.79 224.4 -
System Red Green Blue C M Y K H S L
Decimal 251 66 18 0 0.74 0.93 0.02 12.36 0.97 0.53
Hex FB 42 12 0 4A 5D 2 C 61 35
Octal 373 102 22 0 112 135 2 14 141 65
Binary 11111011 1000010 10010 0 1001010 1011101 10 1100 1100001 110101

Color Harmonies of #FB4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4212

Black with #FB4212

Text Example


Text Example

White with #FB4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4212; }

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

 H1.HeaderClassName
 {
   color: #FB4212;
 }
 .AnyTagClassName
 {
   color: #FB4212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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