Html Css Color HEX #FCF501 Yellow

📋 copy color: '#FCF501'

red 252 ◦ green 245 ◦ blue 1

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

Shades of Yellow #FCF501

Tints of Yellow #FCF501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.2%

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

R = 50.6%
G = 49.2%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCF501 (or 0xFCF501) is known color: Yellow. HEX triplet: FC, F5 and 01. RGB value is (252,245,1). Sum of RGB (Red+Green+Blue) = 252+245+1=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 1 (0.78% from 255 or 0.20% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF501 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF501 is #030AFE. Grayscale: #DCDCDC. Windows color (decimal): -199423 or 128508. OLE color: 128508.

HSL color Cylindrical-coordinate representation of color #FCF501: hue angle of 58.33º 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 #FCF501 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 1 -
CMYK 0 0.03 1.00 0.01
HSL 58.33º 0.99% 0.5% -
HSV(B) 58.33º 1% 0.99% -
XYZ 72.8 86 12.79 -
YUV 219.28 4.82 151.34 -
System Red Green Blue C M Y K H S L
Decimal 252 245 1 0 0.03 1.00 0.01 58.33 0.99 0.5
Hex FC F5 1 0 3 64 1 3A 63 32
Octal 374 365 1 0 3 144 1 72 143 62
Binary 11111100 11110101 1 0 11 1100100 1 111010 1100011 110010

Color Harmonies of #FCF501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF501

Black with #FCF501

Text Example


Text Example

White with #FCF501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF501; }

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

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

background-color css

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

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

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

border-color css

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

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

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