Html Css Color HEX #FB4211 Orange Red

📋 copy color: '#FB4211'

red 251 ◦ green 66 ◦ blue 17

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

Shades of Orange Red #FB4211

Tints of Orange Red #FB4211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.09%

R = 75.15%
G = 19.76%
B = 5.09%

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

#FB4211 (or 0xFB4211) is known color: Orange Red. HEX triplet: FB, 42 and 11. RGB value is (251,66,17). Sum of RGB (Red+Green+Blue) = 251+66+17=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4211 is #04BDEE. Grayscale: #747474. Windows color (decimal): -310767 or 1131259. OLE color: 1131259.

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

Color convert

RGB 251 66 17 -
CMYK 0 0.74 0.93 0.02
HSL 12.56º 0.97% 0.53% -
HSV(B) 12.56º 0.93% 0.98% -
XYZ 41.83 24.45 3.04 -
YUV 115.73 72.29 224.48 -
System Red Green Blue C M Y K H S L
Decimal 251 66 17 0 0.74 0.93 0.02 12.56 0.97 0.53
Hex FB 42 11 0 4A 5D 2 D 61 35
Octal 373 102 21 0 112 135 2 15 141 65
Binary 11111011 1000010 10001 0 1001010 1011101 10 1101 1100001 110101

Color Harmonies of #FB4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4211

Black with #FB4211

Text Example


Text Example

White with #FB4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4211; }

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

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

background-color css

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

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

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

border-color css

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

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

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