Html Css Color HEX #FCD10C Tangerine Yellow

📋 copy color: '#FCD10C'

red 252 ◦ green 209 ◦ blue 12

#FCD10C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine Yellow #FCD10C

Tints of Tangerine Yellow #FCD10C

RGB

 RED value IS 252 (98.83% from 255) = 53.28%

 GREEN value IS 209 (82.03% from 255) = 44.19%

 BLUE value IS 12 (5.08% from 255) = 2.54%

R = 53.28%
G = 44.19%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCD10C (or 0xFCD10C) is known color: Tangerine Yellow. HEX triplet: FC, D1 and 0C. RGB value is (252,209,12). Sum of RGB (Red+Green+Blue) = 252+209+12=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD10C is #032EF3. Grayscale: #C8C8C8. Windows color (decimal): -208628 or 840188. OLE color: 840188.

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

Color convert

RGB 252 209 12 -
CMYK 0 0.17 0.95 0.01
HSL 49.25º 0.98% 0.52% -
HSV(B) 49.25º 0.95% 0.99% -
XYZ 63.01 66.32 9.83 -
YUV 199.4 22.25 165.52 -
System Red Green Blue C M Y K H S L
Decimal 252 209 12 0 0.17 0.95 0.01 49.25 0.98 0.52
Hex FC D1 C 0 11 5F 1 31 62 34
Octal 374 321 14 0 21 137 1 61 142 64
Binary 11111100 11010001 1100 0 10001 1011111 1 110001 1100010 110100

Color Harmonies of #FCD10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD10C

Black with #FCD10C

Text Example


Text Example

White with #FCD10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD10C; }

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

 H1.HeaderClassName
 {
   color: #FCD10C;
 }
 .AnyTagClassName
 {
   color: #FCD10C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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