Html Css Color HEX #FCF204 Yellow

📋 copy color: '#FCF204'

red 252 ◦ green 242 ◦ blue 4

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

Shades of Yellow #FCF204

Tints of Yellow #FCF204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.8%

R = 50.6%
G = 48.59%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCF204 (or 0xFCF204) is known color: Yellow. HEX triplet: FC, F2 and 04. RGB value is (252,242,4). Sum of RGB (Red+Green+Blue) = 252+242+4=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 4 (1.95% from 255 or 0.80% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF204 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF204 is #030DFB. Grayscale: #DADADA. Windows color (decimal): -200188 or 324348. OLE color: 324348.

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

Color convert

RGB 252 242 4 -
CMYK 0 0.04 0.98 0.01
HSL 57.58º 0.98% 0.5% -
HSV(B) 57.58º 0.98% 0.99% -
XYZ 71.92 84.21 12.58 -
YUV 217.86 7.31 152.35 -
System Red Green Blue C M Y K H S L
Decimal 252 242 4 0 0.04 0.98 0.01 57.58 0.98 0.5
Hex FC F2 4 0 4 62 1 3A 62 32
Octal 374 362 4 0 4 142 1 72 142 62
Binary 11111100 11110010 100 0 100 1100010 1 111010 1100010 110010

Color Harmonies of #FCF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF204

Black with #FCF204

Text Example


Text Example

White with #FCF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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