Html Css Color HEX #FADE19 Lemon

📋 copy color: '#FADE19'

red 250 ◦ green 222 ◦ blue 25

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

Shades of Lemon #FADE19

Tints of Lemon #FADE19

RGB

 RED value IS 250 (98.05% from 255) = 50.3%

 GREEN value IS 222 (87.11% from 255) = 44.67%

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

R = 50.3%
G = 44.67%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FADE19 (or 0xFADE19) is known color: Lemon. HEX triplet: FA, DE and 19. RGB value is (250,222,25). Sum of RGB (Red+Green+Blue) = 250+222+25=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 25 (10.16% from 255 or 5.03% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE19 is #0521E6. Grayscale: #D0D0D0. Windows color (decimal): -336359 or 1695482. OLE color: 1695482.

HSL color Cylindrical-coordinate representation of color #FADE19: hue angle of 52.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FADE19 is Cyan = 0, Magento = 0.11, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 25 -
CMYK 0 0.11 0.9 0.02
HSL 52.53º 0.96% 0.54% -
HSV(B) 52.53º 0.9% 0.98% -
XYZ 65.72 72.64 11.48 -
YUV 207.91 24.78 158.02 -
System Red Green Blue C M Y K H S L
Decimal 250 222 25 0 0.11 0.9 0.02 52.53 0.96 0.54
Hex FA DE 19 0 B 5A 2 35 60 36
Octal 372 336 31 0 13 132 2 65 140 66
Binary 11111010 11011110 11001 0 1011 1011010 10 110101 1100000 110110

Color Harmonies of #FADE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE19

Black with #FADE19

Text Example


Text Example

White with #FADE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE19; }

 p { color: rgb(250,222,25); }

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

background-color css

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

 a { background-color: rgb(250,222,25); }

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

border-color css

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

 span { border-color: rgb(250,222,25); }

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