Html Css Color HEX #FCD006 Tangerine Yellow

📋 copy color: '#FCD006'

red 252 ◦ green 208 ◦ blue 6

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

Shades of Tangerine Yellow #FCD006

Tints of Tangerine Yellow #FCD006

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

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

R = 54.08%
G = 44.64%
B = 1.29%

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

#FCD006 (or 0xFCD006) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 06. RGB value is (252,208,6). Sum of RGB (Red+Green+Blue) = 252+208+6=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 6 (2.73% from 255 or 1.29% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD006 is #032FF9. Grayscale: #C6C6C6. Windows color (decimal): -208890 or 446716. OLE color: 446716.

HSL color Cylindrical-coordinate representation of color #FCD006: hue angle of 49.27º 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 #FCD006 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 6 -
CMYK 0 0.17 0.98 0.01
HSL 49.27º 0.98% 0.51% -
HSV(B) 49.27º 0.98% 0.99% -
XYZ 62.73 65.82 9.57 -
YUV 198.13 19.58 166.43 -
System Red Green Blue C M Y K H S L
Decimal 252 208 6 0 0.17 0.98 0.01 49.27 0.98 0.51
Hex FC D0 6 0 11 62 1 31 62 33
Octal 374 320 6 0 21 142 1 61 142 63
Binary 11111100 11010000 110 0 10001 1100010 1 110001 1100010 110011

Color Harmonies of #FCD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD006

Black with #FCD006

Text Example


Text Example

White with #FCD006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD006; }

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

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

background-color css

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

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

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

border-color css

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

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

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