#FB981B

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

Shades of Carrot Orange #FB981B

Tints of Carrot Orange #FB981B

Color information

#FB981B (or 0xFB981B) is unknown color: approx Carrot Orange. HEX triplet: FB, 98 and 1B. RGB value is (251,152,27). Sum of RGB (Red+Green+Blue) = 251+152+27=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB981B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB981B is #0467E4. Grayscale: #A7A7A7. Windows color (decimal): -288741 or 1808635. OLE color: 1808635.

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

Color convert

RGB25115227-
CMYK00.390.890.02
HSL33.48º96.55%54.51%-
HSV(B)33.48º89.24%98.43%-
XYZ51.2143.046.65-
YUV167.3548.8187.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.37%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 27 (10.94% from 255) = 6.28%
R=58.37%
G=35.35%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511522700.390.890.0233.4896.5554.51
HexFB981B027592216137
Octal3732303304713124114167
Binary11111011100110001101101001111011001101000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB981B; }

 p { color: rgb(251,152,27); }

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

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

 a { background-color: rgb(251,152,27); }

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

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

 span { border-color: rgb(251,152,27); }

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