Html Css Color HEX #FCF901 Yellow

📋 copy color: '#FCF901'

red 252 ◦ green 249 ◦ blue 1

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

Shades of Yellow #FCF901

Tints of Yellow #FCF901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.6%

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

R = 50.2%
G = 49.6%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCF901 (or 0xFCF901) is known color: Yellow. HEX triplet: FC, F9 and 01. RGB value is (252,249,1). Sum of RGB (Red+Green+Blue) = 252+249+1=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 1 (0.78% from 255 or 0.20% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF901 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF901 is #0306FE. Grayscale: #DEDEDE. Windows color (decimal): -198399 or 129532. OLE color: 129532.

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

Color convert

RGB 252 249 1 -
CMYK 0 0.01 1.00 0.01
HSL 59.28º 0.99% 0.5% -
HSV(B) 59.28º 1% 0.99% -
XYZ 74.03 88.45 13.2 -
YUV 221.63 3.49 149.67 -
System Red Green Blue C M Y K H S L
Decimal 252 249 1 0 0.01 1.00 0.01 59.28 0.99 0.5
Hex FC F9 1 0 1 64 1 3B 63 32
Octal 374 371 1 0 1 144 1 73 143 62
Binary 11111100 11111001 1 0 1 1100100 1 111011 1100011 110010

Color Harmonies of #FCF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF901

Black with #FCF901

Text Example


Text Example

White with #FCF901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF901; }

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

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

background-color css

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

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

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

border-color css

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

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

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