#FCB017

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

Shades of Dark Tangerine #FCB017

Tints of Dark Tangerine #FCB017

Color information

#FCB017 (or 0xFCB017) is unknown color: approx Dark Tangerine. HEX triplet: FC, B0 and 17. RGB value is (252,176,23). Sum of RGB (Red+Green+Blue) = 252+176+23=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB017 is #034FE8. Grayscale: #B5B5B5. Windows color (decimal): -217065 or 1552636. OLE color: 1552636.

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

Color convert

RGB25217623-
CMYK00.300.910.01
HSL40.09º97.45%53.92%-
HSV(B)40.09º90.87%98.82%-
XYZ55.8251.817.87-
YUV181.2838.68178.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.88%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 23 (9.38% from 255) = 5.10%
R=55.88%
G=39.02%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521762300.300.910.0140.0997.4553.92
HexFCB01701E5B1286136
Octal3742602703613315014166
Binary111111001011000010111011110101101111010001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB017; }

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

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

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

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

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

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

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

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