Html Css Color HEX #FCD011 Tangerine Yellow

📋 copy color: '#FCD011'

red 252 ◦ green 208 ◦ blue 17

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

Shades of Tangerine Yellow #FCD011

Tints of Tangerine Yellow #FCD011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.56%

R = 52.83%
G = 43.61%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCD011 (or 0xFCD011) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 11. RGB value is (252,208,17). Sum of RGB (Red+Green+Blue) = 252+208+17=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 17 (7.03% from 255 or 3.56% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD011 is #032FEE. Grayscale: #C8C8C8. Windows color (decimal): -208879 or 1167612. OLE color: 1167612.

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

Color convert

RGB 252 208 17 -
CMYK 0 0.17 0.93 0.01
HSL 48.77º 0.98% 0.53% -
HSV(B) 48.77º 0.93% 0.99% -
XYZ 62.8 65.85 9.93 -
YUV 199.38 25.08 165.53 -
System Red Green Blue C M Y K H S L
Decimal 252 208 17 0 0.17 0.93 0.01 48.77 0.98 0.53
Hex FC D0 11 0 11 5D 1 31 62 35
Octal 374 320 21 0 21 135 1 61 142 65
Binary 11111100 11010000 10001 0 10001 1011101 1 110001 1100010 110101

Color Harmonies of #FCD011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD011

Black with #FCD011

Text Example


Text Example

White with #FCD011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD011; }

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

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

background-color css

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

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

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

border-color css

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

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

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