#FCB520

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

Shades of Dark Tangerine #FCB520

Tints of Dark Tangerine #FCB520

Color information

#FCB520 (or 0xFCB520) is unknown color: approx Dark Tangerine. HEX triplet: FC, B5 and 20. RGB value is (252,181,32). Sum of RGB (Red+Green+Blue) = 252+181+32=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB520 is #034ADF. Grayscale: #B9B9B9. Windows color (decimal): -215776 or 2143740. OLE color: 2143740.

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

Color convert

RGB25218132-
CMYK00.280.870.01
HSL40.64º97.35%55.69%-
HSV(B)40.64º87.3%98.82%-
XYZ56.9353.858.76-
YUV185.2441.52175.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 32 (12.89% from 255) = 6.88%
R=54.19%
G=38.92%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521813200.280.870.0140.6497.3555.69
HexFCB52001C571296138
Octal3742654003412715114170
Binary1111110010110101100000011100101011111010011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB520; }

 p { color: rgb(252,181,32); }

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

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

 a { background-color: rgb(252,181,32); }

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

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

 span { border-color: rgb(252,181,32); }

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