Html Css Color HEX #FCF510 Lemon

📋 copy color: '#FCF510'

red 252 ◦ green 245 ◦ blue 16

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

Shades of Lemon #FCF510

Tints of Lemon #FCF510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.12%

R = 49.12%
G = 47.76%
B = 3.12%

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

#FCF510 (or 0xFCF510) is known color: Lemon. HEX triplet: FC, F5 and 10. RGB value is (252,245,16). Sum of RGB (Red+Green+Blue) = 252+245+16=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 16 (6.64% from 255 or 3.12% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF510 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF510 is #030AEF. Grayscale: #DDDDDD. Windows color (decimal): -199408 or 1111548. OLE color: 1111548.

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

Color convert

RGB 252 245 16 -
CMYK 0 0.03 0.94 0.01
HSL 58.22º 0.98% 0.53% -
HSV(B) 58.22º 0.94% 0.99% -
XYZ 72.89 86.04 13.26 -
YUV 220.99 12.32 150.12 -
System Red Green Blue C M Y K H S L
Decimal 252 245 16 0 0.03 0.94 0.01 58.22 0.98 0.53
Hex FC F5 10 0 3 5E 1 3A 62 35
Octal 374 365 20 0 3 136 1 72 142 65
Binary 11111100 11110101 10000 0 11 1011110 1 111010 1100010 110101

Color Harmonies of #FCF510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF510

Black with #FCF510

Text Example


Text Example

White with #FCF510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF510; }

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

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

background-color css

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

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

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

border-color css

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

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

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