Html Css Color HEX #FCF416 Lemon

📋 copy color: '#FCF416'

red 252 ◦ green 244 ◦ blue 22

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

Shades of Lemon #FCF416

Tints of Lemon #FCF416

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.1%

 BLUE value IS 22 (8.98% from 255) = 4.25%

R = 48.65%
G = 47.1%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCF416 (or 0xFCF416) is known color: Lemon. HEX triplet: FC, F4 and 16. RGB value is (252,244,22). Sum of RGB (Red+Green+Blue) = 252+244+22=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 22 (8.98% from 255 or 4.25% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF416 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF416 is #030BE9. Grayscale: #DDDDDD. Windows color (decimal): -199658 or 1504508. OLE color: 1504508.

HSL color Cylindrical-coordinate representation of color #FCF416: hue angle of 57.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCF416 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 244 22 -
CMYK 0 0.03 0.91 0.01
HSL 57.91º 0.97% 0.54% -
HSV(B) 57.91º 0.91% 0.99% -
XYZ 72.64 85.45 13.42 -
YUV 221.08 15.65 150.05 -
System Red Green Blue C M Y K H S L
Decimal 252 244 22 0 0.03 0.91 0.01 57.91 0.97 0.54
Hex FC F4 16 0 3 5B 1 3A 61 36
Octal 374 364 26 0 3 133 1 72 141 66
Binary 11111100 11110100 10110 0 11 1011011 1 111010 1100001 110110

Color Harmonies of #FCF416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF416

Black with #FCF416

Text Example


Text Example

White with #FCF416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF416; }

 p { color: rgb(252,244,22); }

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

background-color css

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

 a { background-color: rgb(252,244,22); }

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

border-color css

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

 span { border-color: rgb(252,244,22); }

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