Html Css Color HEX #FCD10A Tangerine Yellow

📋 copy color: '#FCD10A'

red 252 ◦ green 209 ◦ blue 10

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

Shades of Tangerine Yellow #FCD10A

Tints of Tangerine Yellow #FCD10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 53.5%
G = 44.37%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCD10A (or 0xFCD10A) is known color: Tangerine Yellow. HEX triplet: FC, D1 and 0A. RGB value is (252,209,10). Sum of RGB (Red+Green+Blue) = 252+209+10=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD10A is #032EF5. Grayscale: #C8C8C8. Windows color (decimal): -208630 or 709116. OLE color: 709116.

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

Color convert

RGB 252 209 10 -
CMYK 0 0.17 0.96 0.01
HSL 49.34º 0.98% 0.51% -
HSV(B) 49.34º 0.96% 0.99% -
XYZ 63 66.32 9.77 -
YUV 199.17 21.25 165.68 -
System Red Green Blue C M Y K H S L
Decimal 252 209 10 0 0.17 0.96 0.01 49.34 0.98 0.51
Hex FC D1 A 0 11 60 1 31 62 33
Octal 374 321 12 0 21 140 1 61 142 63
Binary 11111100 11010001 1010 0 10001 1100000 1 110001 1100010 110011

Color Harmonies of #FCD10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD10A

Black with #FCD10A

Text Example


Text Example

White with #FCD10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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