Html Css Color HEX #FCF519 Lemon

📋 copy color: '#FCF519'

red 252 ◦ green 245 ◦ blue 25

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

Shades of Lemon #FCF519

Tints of Lemon #FCF519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 4.79%

R = 48.28%
G = 46.93%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCF519 (or 0xFCF519) is known color: Lemon. HEX triplet: FC, F5 and 19. RGB value is (252,245,25). Sum of RGB (Red+Green+Blue) = 252+245+25=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 25 (10.16% from 255 or 4.79% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF519 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF519 is #030AE6. Grayscale: #DEDEDE. Windows color (decimal): -199399 or 1701372. OLE color: 1701372.

HSL color Cylindrical-coordinate representation of color #FCF519: hue angle of 58.15º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCF519 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 25 -
CMYK 0 0.03 0.90 0.01
HSL 58.15º 0.97% 0.54% -
HSV(B) 58.15º 0.9% 0.99% -
XYZ 72.97 86.07 13.69 -
YUV 222.01 16.82 149.39 -
System Red Green Blue C M Y K H S L
Decimal 252 245 25 0 0.03 0.90 0.01 58.15 0.97 0.54
Hex FC F5 19 0 3 5A 1 3A 61 36
Octal 374 365 31 0 3 132 1 72 141 66
Binary 11111100 11110101 11001 0 11 1011010 1 111010 1100001 110110

Color Harmonies of #FCF519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF519

Black with #FCF519

Text Example


Text Example

White with #FCF519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF519; }

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

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

background-color css

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

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

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

border-color css

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

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

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