Html Css Color HEX #FCD101 Tangerine Yellow

📋 copy color: '#FCD101'

red 252 ◦ green 209 ◦ blue 1

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

Shades of Tangerine Yellow #FCD101

Tints of Tangerine Yellow #FCD101

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.24%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.55%
G = 45.24%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCD101 (or 0xFCD101) is known color: Tangerine Yellow. HEX triplet: FC, D1 and 01. RGB value is (252,209,1). Sum of RGB (Red+Green+Blue) = 252+209+1=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD101 is #032EFE. Grayscale: #C7C7C7. Windows color (decimal): -208639 or 119292. OLE color: 119292.

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

Color convert

RGB 252 209 1 -
CMYK 0 0.17 1.00 0.01
HSL 49.72º 0.99% 0.5% -
HSV(B) 49.72º 1% 0.99% -
XYZ 62.95 66.3 9.51 -
YUV 198.15 16.75 166.41 -
System Red Green Blue C M Y K H S L
Decimal 252 209 1 0 0.17 1.00 0.01 49.72 0.99 0.5
Hex FC D1 1 0 11 64 1 32 63 32
Octal 374 321 1 0 21 144 1 62 143 62
Binary 11111100 11010001 1 0 10001 1100100 1 110010 1100011 110010

Color Harmonies of #FCD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD101

Black with #FCD101

Text Example


Text Example

White with #FCD101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD101; }

 p { color: rgb(252,209,1); }

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

background-color css

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

 a { background-color: rgb(252,209,1); }

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

border-color css

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

 span { border-color: rgb(252,209,1); }

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