#FB991F

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

Shades of Carrot Orange #FB991F

Tints of Carrot Orange #FB991F

Color information

#FB991F (or 0xFB991F) is unknown color: approx Carrot Orange. HEX triplet: FB, 99 and 1F. RGB value is (251,153,31). Sum of RGB (Red+Green+Blue) = 251+153+31=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB991F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB991F is #0466E0. Grayscale: #A8A8A8. Windows color (decimal): -288481 or 2071035. OLE color: 2071035.

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

Color convert

RGB25115331-
CMYK00.390.880.02
HSL33.27º96.49%55.29%-
HSV(B)33.27º87.65%98.43%-
XYZ51.4243.396.96-
YUV168.3950.47186.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.70%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 31 (12.5% from 255) = 7.13%
R=57.70%
G=35.17%
B=7.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511533100.390.880.0233.2796.4955.29
HexFB991F027582216037
Octal3732313704713024114067
Binary11111011100110011111101001111011000101000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB991F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB991F; }

 p { color: rgb(251,153,31); }

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

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

 a { background-color: rgb(251,153,31); }

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

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

 span { border-color: rgb(251,153,31); }

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