Html Css Color HEX #FCD004 Tangerine Yellow

📋 copy color: '#FCD004'

red 252 ◦ green 208 ◦ blue 4

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

Shades of Tangerine Yellow #FCD004

Tints of Tangerine Yellow #FCD004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 54.31%
G = 44.83%
B = 0.86%

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

#FCD004 (or 0xFCD004) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 04. RGB value is (252,208,4). Sum of RGB (Red+Green+Blue) = 252+208+4=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD004 is #032FFB. Grayscale: #C6C6C6. Windows color (decimal): -208892 or 315644. OLE color: 315644.

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

Color convert

RGB 252 208 4 -
CMYK 0 0.17 0.98 0.01
HSL 49.35º 0.98% 0.5% -
HSV(B) 49.35º 0.98% 0.99% -
XYZ 62.72 65.82 9.51 -
YUV 197.9 18.58 166.59 -
System Red Green Blue C M Y K H S L
Decimal 252 208 4 0 0.17 0.98 0.01 49.35 0.98 0.5
Hex FC D0 4 0 11 62 1 31 62 32
Octal 374 320 4 0 21 142 1 61 142 62
Binary 11111100 11010000 100 0 10001 1100010 1 110001 1100010 110010

Color Harmonies of #FCD004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD004

Black with #FCD004

Text Example


Text Example

White with #FCD004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD004; }

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

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

background-color css

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

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

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

border-color css

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

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

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