Html Css Color HEX #FCF620 Lemon

📋 copy color: '#FCF620'

red 252 ◦ green 246 ◦ blue 32

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

Shades of Lemon #FCF620

Tints of Lemon #FCF620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.04%

R = 47.55%
G = 46.42%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCF620 (or 0xFCF620) is known color: Lemon. HEX triplet: FC, F6 and 20. RGB value is (252,246,32). Sum of RGB (Red+Green+Blue) = 252+246+32=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 32 (12.89% from 255 or 6.04% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF620 is #0309DF. Grayscale: #E0E0E0. Windows color (decimal): -199136 or 2160380. OLE color: 2160380.

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

Color convert

RGB 252 246 32 -
CMYK 0 0.02 0.87 0.01
HSL 58.36º 0.97% 0.56% -
HSV(B) 58.36º 0.87% 0.99% -
XYZ 73.36 86.71 14.24 -
YUV 223.4 19.99 148.4 -
System Red Green Blue C M Y K H S L
Decimal 252 246 32 0 0.02 0.87 0.01 58.36 0.97 0.56
Hex FC F6 20 0 2 57 1 3A 61 38
Octal 374 366 40 0 2 127 1 72 141 70
Binary 11111100 11110110 100000 0 10 1010111 1 111010 1100001 111000

Color Harmonies of #FCF620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF620

Black with #FCF620

Text Example


Text Example

White with #FCF620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF620; }

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

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

background-color css

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

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

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

border-color css

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

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

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