#FCD10F

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

Shades of Tangerine Yellow #FCD10F

Tints of Tangerine Yellow #FCD10F

Color information

#FCD10F (or 0xFCD10F) is unknown color: approx Tangerine Yellow. HEX triplet: FC, D1 and 0F. RGB value is (252,209,15). Sum of RGB (Red+Green+Blue) = 252+209+15=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 15 (6.25% from 255 or 3.15% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD10F is #032EF0. Grayscale: #C8C8C8. Windows color (decimal): -208625 or 1036796. OLE color: 1036796.

HSL color Cylindrical-coordinate representation of color #FCD10F: hue angle of 49.11º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCD10F is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25220915-
CMYK00.170.940.01
HSL49.11º97.53%52.35%-
HSV(B)49.11º94.05%98.82%-
XYZ63.0366.339.93-
YUV199.7423.75165.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.94%
GREEN value IS 209 (82.03% from 255) = 43.91%
BLUE value IS 15 (6.25% from 255) = 3.15%
R=52.94%
G=43.91%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522091500.170.940.0149.1197.5352.35
HexFCD1F0115E1316234
Octal3743211702113616114264
Binary11111100110100011111010001101111011100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD10F; }

 p { color: rgb(252,209,15); }

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

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

 a { background-color: rgb(252,209,15); }

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

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

 span { border-color: rgb(252,209,15); }

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