Html Css Color HEX #FCF801 Yellow

📋 copy color: '#FCF801'

red 252 ◦ green 248 ◦ blue 1

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

Shades of Yellow #FCF801

Tints of Yellow #FCF801

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.5%

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

R = 50.3%
G = 49.5%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCF801 (or 0xFCF801) is known color: Yellow. HEX triplet: FC, F8 and 01. RGB value is (252,248,1). Sum of RGB (Red+Green+Blue) = 252+248+1=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 1 (0.78% from 255 or 0.20% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF801 is #0307FE. Grayscale: #DEDEDE. Windows color (decimal): -198655 or 129276. OLE color: 129276.

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

Color convert

RGB 252 248 1 -
CMYK 0 0.02 1.00 0.01
HSL 59.04º 0.99% 0.5% -
HSV(B) 59.04º 1% 0.99% -
XYZ 73.72 87.83 13.1 -
YUV 221.04 3.83 150.08 -
System Red Green Blue C M Y K H S L
Decimal 252 248 1 0 0.02 1.00 0.01 59.04 0.99 0.5
Hex FC F8 1 0 2 64 1 3B 63 32
Octal 374 370 1 0 2 144 1 73 143 62
Binary 11111100 11111000 1 0 10 1100100 1 111011 1100011 110010

Color Harmonies of #FCF801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF801

Black with #FCF801

Text Example


Text Example

White with #FCF801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF801; }

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

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

background-color css

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

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

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

border-color css

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

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

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