Html Css Color HEX #FCF50A Lemon

📋 copy color: '#FCF50A'

red 252 ◦ green 245 ◦ blue 10

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

Shades of Lemon #FCF50A

Tints of Lemon #FCF50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.97%

R = 49.7%
G = 48.32%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCF50A (or 0xFCF50A) is known color: Lemon. HEX triplet: FC, F5 and 0A. RGB value is (252,245,10). Sum of RGB (Red+Green+Blue) = 252+245+10=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 10 (4.30% from 255 or 1.97% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF50A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF50A is #030AF5. Grayscale: #DDDDDD. Windows color (decimal): -199414 or 718332. OLE color: 718332.

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

Color convert

RGB 252 245 10 -
CMYK 0 0.03 0.96 0.01
HSL 58.26º 0.98% 0.51% -
HSV(B) 58.26º 0.96% 0.99% -
XYZ 72.85 86.02 13.05 -
YUV 220.3 9.32 150.61 -
System Red Green Blue C M Y K H S L
Decimal 252 245 10 0 0.03 0.96 0.01 58.26 0.98 0.51
Hex FC F5 A 0 3 60 1 3A 62 33
Octal 374 365 12 0 3 140 1 72 142 63
Binary 11111100 11110101 1010 0 11 1100000 1 111010 1100010 110011

Color Harmonies of #FCF50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF50A

Black with #FCF50A

Text Example


Text Example

White with #FCF50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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