Html Css Color HEX #FCF104 Lemon

📋 copy color: '#FCF104'

red 252 ◦ green 241 ◦ blue 4

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

Shades of Lemon #FCF104

Tints of Lemon #FCF104

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.49%

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

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

#FCF104 (or 0xFCF104) is known color: Lemon. HEX triplet: FC, F1 and 04. RGB value is (252,241,4). Sum of RGB (Red+Green+Blue) = 252+241+4=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 4 (1.95% from 255 or 0.80% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF104 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF104 is #030EFB. Grayscale: #DADADA. Windows color (decimal): -200444 or 324092. OLE color: 324092.

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

Color convert

RGB 252 241 4 -
CMYK 0 0.04 0.98 0.01
HSL 57.34º 0.98% 0.5% -
HSV(B) 57.34º 0.98% 0.99% -
XYZ 71.62 83.61 12.48 -
YUV 217.27 7.64 152.77 -
System Red Green Blue C M Y K H S L
Decimal 252 241 4 0 0.04 0.98 0.01 57.34 0.98 0.5
Hex FC F1 4 0 4 62 1 39 62 32
Octal 374 361 4 0 4 142 1 71 142 62
Binary 11111100 11110001 100 0 100 1100010 1 111001 1100010 110010

Color Harmonies of #FCF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF104

Black with #FCF104

Text Example


Text Example

White with #FCF104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF104; }

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

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

background-color css

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

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

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

border-color css

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

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

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