Html Css Color HEX #FCF40D Lemon

📋 copy color: '#FCF40D'

red 252 ◦ green 244 ◦ blue 13

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

Shades of Lemon #FCF40D

Tints of Lemon #FCF40D

RGB

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

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

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

R = 49.51%
G = 47.94%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCF40D (or 0xFCF40D) is known color: Lemon. HEX triplet: FC, F4 and 0D. RGB value is (252,244,13). Sum of RGB (Red+Green+Blue) = 252+244+13=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 13 (5.47% from 255 or 2.55% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF40D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF40D is #030BF2. Grayscale: #DCDCDC. Windows color (decimal): -199667 or 914684. OLE color: 914684.

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

Color convert

RGB 252 244 13 -
CMYK 0 0.03 0.95 0.01
HSL 57.99º 0.98% 0.52% -
HSV(B) 57.99º 0.95% 0.99% -
XYZ 72.57 85.43 13.04 -
YUV 220.06 11.15 150.78 -
System Red Green Blue C M Y K H S L
Decimal 252 244 13 0 0.03 0.95 0.01 57.99 0.98 0.52
Hex FC F4 D 0 3 5F 1 3A 62 34
Octal 374 364 15 0 3 137 1 72 142 64
Binary 11111100 11110100 1101 0 11 1011111 1 111010 1100010 110100

Color Harmonies of #FCF40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF40D

Black with #FCF40D

Text Example


Text Example

White with #FCF40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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