#FB9B20

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

Shades of Carrot Orange #FB9B20

Tints of Carrot Orange #FB9B20

Color information

#FB9B20 (or 0xFB9B20) is unknown color: approx Carrot Orange. HEX triplet: FB, 9B and 20. RGB value is (251,155,32). Sum of RGB (Red+Green+Blue) = 251+155+32=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9B20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9B20 is #0464DF. Grayscale: #AAAAAA. Windows color (decimal): -287968 or 2137083. OLE color: 2137083.

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

Color convert

RGB25115532-
CMYK00.380.870.02
HSL33.7º96.48%55.49%-
HSV(B)33.7º87.25%98.43%-
XYZ51.7744.067.14-
YUV169.6850.3186-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.31%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 32 (12.89% from 255) = 7.31%
R=57.31%
G=35.39%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511553200.380.870.0233.796.4855.49
HexFB9B20026572226037
Octal3732334004612724214067
Binary111110111001101110000001001101010111101000101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9B20; }

 p { color: rgb(251,155,32); }

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

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

 a { background-color: rgb(251,155,32); }

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

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

 span { border-color: rgb(251,155,32); }

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