#FB4222

Color #FB4222 Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #FB4222

Tints of Red Orange #FB4222

Color information

#FB4222 (or 0xFB4222) is unknown color: approx 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

RGB2516634-
CMYK00.740.860.02
HSL8.85º96.44%55.88%-
HSV(B)8.85º86.45%98.43%-
XYZ42.0224.524.03-
YUV117.6780.79223.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 71.51%
GREEN value IS 66 (26.17% from 255) = 18.80%
BLUE value IS 34 (13.67% from 255) = 9.69%
R=71.51%
G=18.80%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251663400.740.860.028.8596.4455.88
HexFB422204A56296038
Octal37310242011212621114070
Binary1111101110000101000100100101010101101010011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>