Html Css Color HEX #FCF202 Yellow

📋 copy color: '#FCF202'

red 252 ◦ green 242 ◦ blue 2

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

Shades of Yellow #FCF202

Tints of Yellow #FCF202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 50.81%
G = 48.79%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCF202 (or 0xFCF202) is known color: Yellow. HEX triplet: FC, F2 and 02. RGB value is (252,242,2). Sum of RGB (Red+Green+Blue) = 252+242+2=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 2 (1.17% from 255 or 0.40% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF202 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF202 is #030DFD. Grayscale: #DADADA. Windows color (decimal): -200190 or 193276. OLE color: 193276.

HSL color Cylindrical-coordinate representation of color #FCF202: hue angle of 57.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCF202 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 242 2 -
CMYK 0 0.04 0.99 0.01
HSL 57.6º 0.98% 0.5% -
HSV(B) 57.6º 0.99% 0.99% -
XYZ 71.91 84.2 12.52 -
YUV 217.63 6.31 152.51 -
System Red Green Blue C M Y K H S L
Decimal 252 242 2 0 0.04 0.99 0.01 57.6 0.98 0.5
Hex FC F2 2 0 4 63 1 3A 62 32
Octal 374 362 2 0 4 143 1 72 142 62
Binary 11111100 11110010 10 0 100 1100011 1 111010 1100010 110010

Color Harmonies of #FCF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF202

Black with #FCF202

Text Example


Text Example

White with #FCF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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