Html Css Color HEX #FCD010 Tangerine Yellow

📋 copy color: '#FCD010'

red 252 ◦ green 208 ◦ blue 16

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

Shades of Tangerine Yellow #FCD010

Tints of Tangerine Yellow #FCD010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.36%

R = 52.94%
G = 43.7%
B = 3.36%

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

#FCD010 (or 0xFCD010) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 10. RGB value is (252,208,16). Sum of RGB (Red+Green+Blue) = 252+208+16=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 16 (6.64% from 255 or 3.36% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD010 is #032FEF. Grayscale: #C8C8C8. Windows color (decimal): -208880 or 1102076. OLE color: 1102076.

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

Color convert

RGB 252 208 16 -
CMYK 0 0.17 0.94 0.01
HSL 48.81º 0.98% 0.53% -
HSV(B) 48.81º 0.94% 0.99% -
XYZ 62.79 65.84 9.89 -
YUV 199.27 24.58 165.61 -
System Red Green Blue C M Y K H S L
Decimal 252 208 16 0 0.17 0.94 0.01 48.81 0.98 0.53
Hex FC D0 10 0 11 5E 1 31 62 35
Octal 374 320 20 0 21 136 1 61 142 65
Binary 11111100 11010000 10000 0 10001 1011110 1 110001 1100010 110101

Color Harmonies of #FCD010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD010

Black with #FCD010

Text Example


Text Example

White with #FCD010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD010; }

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

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

background-color css

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

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

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

border-color css

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

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

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