Html Css Color HEX #FCF50E Lemon

📋 copy color: '#FCF50E'

red 252 ◦ green 245 ◦ blue 14

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

Shades of Lemon #FCF50E

Tints of Lemon #FCF50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.95%

 BLUE value IS 14 (5.86% from 255) = 2.74%

R = 49.32%
G = 47.95%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCF50E (or 0xFCF50E) is known color: Lemon. HEX triplet: FC, F5 and 0E. RGB value is (252,245,14). Sum of RGB (Red+Green+Blue) = 252+245+14=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 14 (5.86% from 255 or 2.74% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF50E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF50E is #030AF1. Grayscale: #DDDDDD. Windows color (decimal): -199410 or 980476. OLE color: 980476.

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

Color convert

RGB 252 245 14 -
CMYK 0 0.03 0.94 0.01
HSL 58.24º 0.98% 0.52% -
HSV(B) 58.24º 0.94% 0.99% -
XYZ 72.88 86.03 13.18 -
YUV 220.76 11.32 150.28 -
System Red Green Blue C M Y K H S L
Decimal 252 245 14 0 0.03 0.94 0.01 58.24 0.98 0.52
Hex FC F5 E 0 3 5E 1 3A 62 34
Octal 374 365 16 0 3 136 1 72 142 64
Binary 11111100 11110101 1110 0 11 1011110 1 111010 1100010 110100

Color Harmonies of #FCF50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF50E

Black with #FCF50E

Text Example


Text Example

White with #FCF50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF50E; }

 p { color: rgb(252,245,14); }

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

background-color css

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

 a { background-color: rgb(252,245,14); }

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

border-color css

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

 span { border-color: rgb(252,245,14); }

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