Html Css Color HEX #FB4210 Orange Red

📋 copy color: '#FB4210'

red 251 ◦ green 66 ◦ blue 16

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

Shades of Orange Red #FB4210

Tints of Orange Red #FB4210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.8%

R = 75.38%
G = 19.82%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB4210 (or 0xFB4210) is known color: Orange Red. HEX triplet: FB, 42 and 10. RGB value is (251,66,16). Sum of RGB (Red+Green+Blue) = 251+66+16=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4210 is #04BDEF. Grayscale: #747474. Windows color (decimal): -310768 or 1065723. OLE color: 1065723.

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

Color convert

RGB 251 66 16 -
CMYK 0 0.74 0.94 0.02
HSL 12.77º 0.97% 0.52% -
HSV(B) 12.77º 0.94% 0.98% -
XYZ 41.83 24.44 3 -
YUV 115.62 71.79 224.57 -
System Red Green Blue C M Y K H S L
Decimal 251 66 16 0 0.74 0.94 0.02 12.77 0.97 0.52
Hex FB 42 10 0 4A 5E 2 D 61 34
Octal 373 102 20 0 112 136 2 15 141 64
Binary 11111011 1000010 10000 0 1001010 1011110 10 1101 1100001 110100

Color Harmonies of #FB4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4210

Black with #FB4210

Text Example


Text Example

White with #FB4210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4210; }

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

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

background-color css

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

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

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

border-color css

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

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

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