Html Css Color HEX #FCF820 Lemon

📋 copy color: '#FCF820'

red 252 ◦ green 248 ◦ blue 32

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

Shades of Lemon #FCF820

Tints of Lemon #FCF820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.62%

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

R = 47.37%
G = 46.62%
B = 6.02%

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

#FCF820 (or 0xFCF820) is known color: Lemon. HEX triplet: FC, F8 and 20. RGB value is (252,248,32). Sum of RGB (Red+Green+Blue) = 252+248+32=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 32 (12.89% from 255 or 6.02% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF820 is #0307DF. Grayscale: #E1E1E1. Windows color (decimal): -198624 or 2160892. OLE color: 2160892.

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

Color convert

RGB 252 248 32 -
CMYK 0 0.02 0.87 0.01
HSL 58.91º 0.97% 0.56% -
HSV(B) 58.91º 0.87% 0.99% -
XYZ 73.97 87.93 14.44 -
YUV 224.57 19.33 147.56 -
System Red Green Blue C M Y K H S L
Decimal 252 248 32 0 0.02 0.87 0.01 58.91 0.97 0.56
Hex FC F8 20 0 2 57 1 3B 61 38
Octal 374 370 40 0 2 127 1 73 141 70
Binary 11111100 11111000 100000 0 10 1010111 1 111011 1100001 111000

Color Harmonies of #FCF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF820

Black with #FCF820

Text Example


Text Example

White with #FCF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF820; }

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

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

background-color css

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

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

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

border-color css

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

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

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