Html Css Color HEX #FCF401 Yellow

📋 copy color: '#FCF401'

red 252 ◦ green 244 ◦ blue 1

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

Shades of Yellow #FCF401

Tints of Yellow #FCF401

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.09%

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

R = 50.7%
G = 49.09%
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

#FCF401 (or 0xFCF401) is known color: Yellow. HEX triplet: FC, F4 and 01. RGB value is (252,244,1). Sum of RGB (Red+Green+Blue) = 252+244+1=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 1 (0.78% from 255 or 0.20% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF401 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF401 is #030BFE. Grayscale: #DBDBDB. Windows color (decimal): -199679 or 128252. OLE color: 128252.

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

Color convert

RGB 252 244 1 -
CMYK 0 0.03 1.00 0.01
HSL 58.09º 0.99% 0.5% -
HSV(B) 58.09º 1% 0.99% -
XYZ 72.5 85.4 12.69 -
YUV 218.69 5.15 151.76 -
System Red Green Blue C M Y K H S L
Decimal 252 244 1 0 0.03 1.00 0.01 58.09 0.99 0.5
Hex FC F4 1 0 3 64 1 3A 63 32
Octal 374 364 1 0 3 144 1 72 143 62
Binary 11111100 11110100 1 0 11 1100100 1 111010 1100011 110010

Color Harmonies of #FCF401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF401

Black with #FCF401

Text Example


Text Example

White with #FCF401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF401; }

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

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

background-color css

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

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

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

border-color css

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

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

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