Html Css Color HEX #FB4012 Orange Red

📋 copy color: '#FB4012'

red 251 ◦ green 64 ◦ blue 18

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

Shades of Orange Red #FB4012

Tints of Orange Red #FB4012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

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

R = 75.38%
G = 19.22%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB4012 (or 0xFB4012) is known color: Orange Red. HEX triplet: FB, 40 and 12. RGB value is (251,64,18). Sum of RGB (Red+Green+Blue) = 251+64+18=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4012 is #04BFED. Grayscale: #737373. Windows color (decimal): -311278 or 1196283. OLE color: 1196283.

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

Color convert

RGB 251 64 18 -
CMYK 0 0.75 0.93 0.02
HSL 11.85º 0.97% 0.53% -
HSV(B) 11.85º 0.93% 0.98% -
XYZ 41.73 24.22 3.05 -
YUV 114.67 73.45 225.24 -
System Red Green Blue C M Y K H S L
Decimal 251 64 18 0 0.75 0.93 0.02 11.85 0.97 0.53
Hex FB 40 12 0 4B 5D 2 C 61 35
Octal 373 100 22 0 113 135 2 14 141 65
Binary 11111011 1000000 10010 0 1001011 1011101 10 1100 1100001 110101

Color Harmonies of #FB4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4012

Black with #FB4012

Text Example


Text Example

White with #FB4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4012; }

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

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

background-color css

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

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

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

border-color css

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

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

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