Html Css Color HEX #FCF50D Lemon

📋 copy color: '#FCF50D'

red 252 ◦ green 245 ◦ blue 13

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

Shades of Lemon #FCF50D

Tints of Lemon #FCF50D

RGB

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

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

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

R = 49.41%
G = 48.04%
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

#FCF50D (or 0xFCF50D) is known color: Lemon. HEX triplet: FC, F5 and 0D. RGB value is (252,245,13). Sum of RGB (Red+Green+Blue) = 252+245+13=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 13 (5.47% from 255 or 2.55% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF50D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF50D is #030AF2. Grayscale: #DDDDDD. Windows color (decimal): -199411 or 914940. OLE color: 914940.

HSL color Cylindrical-coordinate representation of color #FCF50D: 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.95%. Process color model (Four color, CMYK) of #FCF50D is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 13 -
CMYK 0 0.03 0.95 0.01
HSL 58.24º 0.98% 0.52% -
HSV(B) 58.24º 0.95% 0.99% -
XYZ 72.87 86.03 13.15 -
YUV 220.65 10.82 150.36 -
System Red Green Blue C M Y K H S L
Decimal 252 245 13 0 0.03 0.95 0.01 58.24 0.98 0.52
Hex FC F5 D 0 3 5F 1 3A 62 34
Octal 374 365 15 0 3 137 1 72 142 64
Binary 11111100 11110101 1101 0 11 1011111 1 111010 1100010 110100

Color Harmonies of #FCF50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF50D

Black with #FCF50D

Text Example


Text Example

White with #FCF50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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