#FCB01B

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

Shades of Dark Tangerine #FCB01B

Tints of Dark Tangerine #FCB01B

Color information

#FCB01B (or 0xFCB01B) is unknown color: approx Dark Tangerine. HEX triplet: FC, B0 and 1B. RGB value is (252,176,27). Sum of RGB (Red+Green+Blue) = 252+176+27=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 27 (10.94% from 255 or 5.93% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB01B is #034FE4. Grayscale: #B6B6B6. Windows color (decimal): -217061 or 1814780. OLE color: 1814780.

HSL color Cylindrical-coordinate representation of color #FCB01B: hue angle of 39.73º 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 #FCB01B is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB25217627-
CMYK00.300.890.01
HSL39.73º97.4%54.71%-
HSV(B)39.73º89.29%98.82%-
XYZ55.8751.838.1-
YUV181.7440.68178.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.38%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 27 (10.94% from 255) = 5.93%
R=55.38%
G=38.68%
B=5.93%

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
Decimal2521762700.300.890.0139.7397.454.71
HexFCB01B01E591286137
Octal3742603303613115014167
Binary111111001011000011011011110101100111010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB01B; }

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

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

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

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

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

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

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

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