Html Css Color HEX #FCD106 Tangerine Yellow

📋 copy color: '#FCD106'

red 252 ◦ green 209 ◦ blue 6

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

Shades of Tangerine Yellow #FCD106

Tints of Tangerine Yellow #FCD106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 53.96%
G = 44.75%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCD106 (or 0xFCD106) is known color: Tangerine Yellow. HEX triplet: FC, D1 and 06. RGB value is (252,209,6). Sum of RGB (Red+Green+Blue) = 252+209+6=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD106 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD106 is #032EF9. Grayscale: #C7C7C7. Windows color (decimal): -208634 or 446972. OLE color: 446972.

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

Color convert

RGB 252 209 6 -
CMYK 0 0.17 0.98 0.01
HSL 49.51º 0.98% 0.51% -
HSV(B) 49.51º 0.98% 0.99% -
XYZ 62.98 66.31 9.65 -
YUV 198.72 19.25 166.01 -
System Red Green Blue C M Y K H S L
Decimal 252 209 6 0 0.17 0.98 0.01 49.51 0.98 0.51
Hex FC D1 6 0 11 62 1 32 62 33
Octal 374 321 6 0 21 142 1 62 142 63
Binary 11111100 11010001 110 0 10001 1100010 1 110010 1100010 110011

Color Harmonies of #FCD106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD106

Black with #FCD106

Text Example


Text Example

White with #FCD106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD106; }

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

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

background-color css

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

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

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

border-color css

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

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

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