#FBA80B

Color #FBA80B Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FBA80B

Tints of Dark Tangerine #FBA80B

Color information

#FBA80B (or 0xFBA80B) is unknown color: approx Dark Tangerine. HEX triplet: FB, A8 and 0B. RGB value is (251,168,11). Sum of RGB (Red+Green+Blue) = 251+168+11=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA80B is #0457F4. Grayscale: #AFAFAF. Windows color (decimal): -284661 or 764155. OLE color: 764155.

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

Color convert

RGB25116811-
CMYK00.330.960.02
HSL39.25º96.77%51.37%-
HSV(B)39.25º95.62%98.43%-
XYZ53.8548.546.85-
YUV174.9235.5182.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.37%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 11 (4.69% from 255) = 2.56%
R=58.37%
G=39.07%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511681100.330.960.0239.2596.7751.37
HexFBA8B021602276133
Octal3732501304114024714163
Binary1111101110101000101101000011100000101001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA80B; }

 p { color: rgb(251,168,11); }

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

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

 a { background-color: rgb(251,168,11); }

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

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

 span { border-color: rgb(251,168,11); }

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