Html Css Color HEX #FB4222 Red Orange

📋 copy color: '#FB4222'

red 251 ◦ green 66 ◦ blue 34

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

Shades of Red Orange #FB4222

Tints of Red Orange #FB4222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.69%

R = 71.51%
G = 18.8%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB4222 (or 0xFB4222) is known color: Red Orange. HEX triplet: FB, 42 and 22. RGB value is (251,66,34). Sum of RGB (Red+Green+Blue) = 251+66+34=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4222 is #04BDDD. Grayscale: #757575. Windows color (decimal): -310750 or 2245371. OLE color: 2245371.

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

Color convert

RGB 251 66 34 -
CMYK 0 0.74 0.86 0.02
HSL 8.85º 0.96% 0.56% -
HSV(B) 8.85º 0.86% 0.98% -
XYZ 42.02 24.52 4.03 -
YUV 117.67 80.79 223.1 -
System Red Green Blue C M Y K H S L
Decimal 251 66 34 0 0.74 0.86 0.02 8.85 0.96 0.56
Hex FB 42 22 0 4A 56 2 9 60 38
Octal 373 102 42 0 112 126 2 11 140 70
Binary 11111011 1000010 100010 0 1001010 1010110 10 1001 1100000 111000

Color Harmonies of #FB4222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4222

Black with #FB4222

Text Example


Text Example

White with #FB4222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4222; }

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

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

background-color css

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

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

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

border-color css

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

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

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