Html Css Color HEX #FCF616 Lemon

📋 copy color: '#FCF616'

red 252 ◦ green 246 ◦ blue 22

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

Shades of Lemon #FCF616

Tints of Lemon #FCF616

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

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

R = 48.46%
G = 47.31%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCF616 (or 0xFCF616) is known color: Lemon. HEX triplet: FC, F6 and 16. RGB value is (252,246,22). Sum of RGB (Red+Green+Blue) = 252+246+22=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 22 (8.98% from 255 or 4.23% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF616 is #0309E9. Grayscale: #DFDFDF. Windows color (decimal): -199146 or 1505020. OLE color: 1505020.

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

Color convert

RGB 252 246 22 -
CMYK 0 0.02 0.91 0.01
HSL 58.43º 0.97% 0.54% -
HSV(B) 58.43º 0.91% 0.99% -
XYZ 73.25 86.66 13.63 -
YUV 222.26 14.99 149.21 -
System Red Green Blue C M Y K H S L
Decimal 252 246 22 0 0.02 0.91 0.01 58.43 0.97 0.54
Hex FC F6 16 0 2 5B 1 3A 61 36
Octal 374 366 26 0 2 133 1 72 141 66
Binary 11111100 11110110 10110 0 10 1011011 1 111010 1100001 110110

Color Harmonies of #FCF616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF616

Black with #FCF616

Text Example


Text Example

White with #FCF616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF616; }

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

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

background-color css

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

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

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

border-color css

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

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

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