#FCB11B

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

Shades of Dark Tangerine #FCB11B

Tints of Dark Tangerine #FCB11B

Color information

#FCB11B (or 0xFCB11B) is unknown color: approx Dark Tangerine. HEX triplet: FC, B1 and 1B. RGB value is (252,177,27). Sum of RGB (Red+Green+Blue) = 252+177+27=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB11B is #034EE4. Grayscale: #B6B6B6. Windows color (decimal): -216805 or 1815036. OLE color: 1815036.

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

Color convert

RGB25217727-
CMYK00.300.890.01
HSL40º97.4%54.71%-
HSV(B)40º89.29%98.82%-
XYZ56.0652.228.16-
YUV182.3240.35177.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.26%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 27 (10.94% from 255) = 5.92%
R=55.26%
G=38.82%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521772700.300.890.014097.454.71
HexFCB11B01E591286137
Octal3742613303613115014167
Binary111111001011000111011011110101100111010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB11B; }

 p { color: rgb(252,177,27); }

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

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

 a { background-color: rgb(252,177,27); }

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

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

 span { border-color: rgb(252,177,27); }

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