Html Css Color HEX #FCD00E Tangerine Yellow

📋 copy color: '#FCD00E'

red 252 ◦ green 208 ◦ blue 14

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

Shades of Tangerine Yellow #FCD00E

Tints of Tangerine Yellow #FCD00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.95%

R = 53.16%
G = 43.88%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD00E (or 0xFCD00E) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 0E. RGB value is (252,208,14). Sum of RGB (Red+Green+Blue) = 252+208+14=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD00E is #032FF1. Grayscale: #C7C7C7. Windows color (decimal): -208882 or 971004. OLE color: 971004.

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

Color convert

RGB 252 208 14 -
CMYK 0 0.17 0.94 0.01
HSL 48.91º 0.98% 0.52% -
HSV(B) 48.91º 0.94% 0.99% -
XYZ 62.78 65.84 9.81 -
YUV 199.04 23.58 165.77 -
System Red Green Blue C M Y K H S L
Decimal 252 208 14 0 0.17 0.94 0.01 48.91 0.98 0.52
Hex FC D0 E 0 11 5E 1 31 62 34
Octal 374 320 16 0 21 136 1 61 142 64
Binary 11111100 11010000 1110 0 10001 1011110 1 110001 1100010 110100

Color Harmonies of #FCD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD00E

Black with #FCD00E

Text Example


Text Example

White with #FCD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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