#FB4022

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

Shades of Red Orange #FB4022

Tints of Red Orange #FB4022

Color information

#FB4022 (or 0xFB4022) is unknown color: approx Red Orange. HEX triplet: FB, 40 and 22. RGB value is (251,64,34). Sum of RGB (Red+Green+Blue) = 251+64+34=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4022 is #04BFDD. Grayscale: #747474. Windows color (decimal): -311262 or 2244859. OLE color: 2244859.

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

Color convert

RGB2516434-
CMYK00.750.860.02
HSL8.29º96.44%55.88%-
HSV(B)8.29º86.45%98.43%-
XYZ41.9124.293.99-
YUV116.4981.45223.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 71.92%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 34 (13.67% from 255) = 9.74%
R=71.92%
G=18.34%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251643400.750.860.028.2996.4455.88
HexFB402204B56286038
Octal37310042011312621014070
Binary1111101110000001000100100101110101101010001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4022; }

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

 H1.HeaderClassName
 {
   color: #FB4022;
 }
 .AnyTagClassName
 {
   color: #FB4022;
 }
</style>
background-color css

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

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

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

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

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

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