Html Css Color HEX #FCF50F Lemon

📋 copy color: '#FCF50F'

red 252 ◦ green 245 ◦ blue 15

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

Shades of Lemon #FCF50F

Tints of Lemon #FCF50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.93%

R = 49.22%
G = 47.85%
B = 2.93%

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

#FCF50F (or 0xFCF50F) is known color: Lemon. HEX triplet: FC, F5 and 0F. RGB value is (252,245,15). Sum of RGB (Red+Green+Blue) = 252+245+15=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 15 (6.25% from 255 or 2.93% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF50F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF50F is #030AF0. Grayscale: #DDDDDD. Windows color (decimal): -199409 or 1046012. OLE color: 1046012.

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

Color convert

RGB 252 245 15 -
CMYK 0 0.03 0.94 0.01
HSL 58.23º 0.98% 0.52% -
HSV(B) 58.23º 0.94% 0.99% -
XYZ 72.88 86.03 13.22 -
YUV 220.87 11.82 150.2 -
System Red Green Blue C M Y K H S L
Decimal 252 245 15 0 0.03 0.94 0.01 58.23 0.98 0.52
Hex FC F5 F 0 3 5E 1 3A 62 34
Octal 374 365 17 0 3 136 1 72 142 64
Binary 11111100 11110101 1111 0 11 1011110 1 111010 1100010 110100

Color Harmonies of #FCF50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF50F

Black with #FCF50F

Text Example


Text Example

White with #FCF50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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