Html Css Color HEX #FCF201 Yellow

📋 copy color: '#FCF201'

red 252 ◦ green 242 ◦ blue 1

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

Shades of Yellow #FCF201

Tints of Yellow #FCF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.89%

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

R = 50.91%
G = 48.89%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCF201 (or 0xFCF201) is known color: Yellow. HEX triplet: FC, F2 and 01. RGB value is (252,242,1). Sum of RGB (Red+Green+Blue) = 252+242+1=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 1 (0.78% from 255 or 0.20% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF201 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF201 is #030DFE. Grayscale: #DADADA. Windows color (decimal): -200191 or 127740. OLE color: 127740.

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

Color convert

RGB 252 242 1 -
CMYK 0 0.04 1.00 0.01
HSL 57.61º 0.99% 0.5% -
HSV(B) 57.61º 1% 0.99% -
XYZ 71.9 84.2 12.49 -
YUV 217.52 5.81 152.6 -
System Red Green Blue C M Y K H S L
Decimal 252 242 1 0 0.04 1.00 0.01 57.61 0.99 0.5
Hex FC F2 1 0 4 64 1 3A 63 32
Octal 374 362 1 0 4 144 1 72 143 62
Binary 11111100 11110010 1 0 100 1100100 1 111010 1100011 110010

Color Harmonies of #FCF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF201

Black with #FCF201

Text Example


Text Example

White with #FCF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF201; }

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

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

background-color css

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

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

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

border-color css

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

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

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