Html Css Color HEX #FCF20D Lemon

📋 copy color: '#FCF20D'

red 252 ◦ green 242 ◦ blue 13

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

Shades of Lemon #FCF20D

Tints of Lemon #FCF20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.73%

 BLUE value IS 13 (5.47% from 255) = 2.56%

R = 49.7%
G = 47.73%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCF20D (or 0xFCF20D) is known color: Lemon. HEX triplet: FC, F2 and 0D. RGB value is (252,242,13). Sum of RGB (Red+Green+Blue) = 252+242+13=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 13 (5.47% from 255 or 2.56% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF20D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF20D is #030DF2. Grayscale: #DBDBDB. Windows color (decimal): -200179 or 914172. OLE color: 914172.

HSL color Cylindrical-coordinate representation of color #FCF20D: hue angle of 57.49º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCF20D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 242 13 -
CMYK 0 0.04 0.95 0.01
HSL 57.49º 0.98% 0.52% -
HSV(B) 57.49º 0.95% 0.99% -
XYZ 71.97 84.23 12.85 -
YUV 218.88 11.81 151.62 -
System Red Green Blue C M Y K H S L
Decimal 252 242 13 0 0.04 0.95 0.01 57.49 0.98 0.52
Hex FC F2 D 0 4 5F 1 39 62 34
Octal 374 362 15 0 4 137 1 71 142 64
Binary 11111100 11110010 1101 0 100 1011111 1 111001 1100010 110100

Color Harmonies of #FCF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF20D

Black with #FCF20D

Text Example


Text Example

White with #FCF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF20D; }

 p { color: rgb(252,242,13); }

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

background-color css

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

 a { background-color: rgb(252,242,13); }

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

border-color css

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

 span { border-color: rgb(252,242,13); }

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