Html Css Color HEX #FCD000 Tangerine Yellow

📋 copy color: '#FCD000'

red 252 ◦ green 208 ◦ blue 0

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

Shades of Tangerine Yellow #FCD000

Tints of Tangerine Yellow #FCD000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.78%
G = 45.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCD000 (or 0xFCD000) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 00. RGB value is (252,208,0). Sum of RGB (Red+Green+Blue) = 252+208+0=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD000 is #032FFF. Grayscale: #C6C6C6. Windows color (decimal): -208896 or 53500. OLE color: 53500.

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

Color convert

RGB 252 208 0 -
CMYK 0 0.17 1 0.01
HSL 49.52º 1% 0.49% -
HSV(B) 49.52º 1% 0.99% -
XYZ 62.7 65.81 9.4 -
YUV 197.44 16.58 166.91 -
System Red Green Blue C M Y K H S L
Decimal 252 208 0 0 0.17 1 0.01 49.52 1 0.49
Hex FC D0 0 0 11 64 1 32 64 31
Octal 374 320 0 0 21 144 1 62 144 61
Binary 11111100 11010000 0 0 10001 1100100 1 110010 1100100 110001

Color Harmonies of #FCD000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD000

Black with #FCD000

Text Example


Text Example

White with #FCD000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD000; }

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

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

background-color css

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

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

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

border-color css

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

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

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