Html Css Color HEX #FAFD19 Lemon

📋 copy color: '#FAFD19'

red 250 ◦ green 253 ◦ blue 25

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

Shades of Lemon #FAFD19

Tints of Lemon #FAFD19

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.92%

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

R = 47.35%
G = 47.92%
B = 4.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FAFD19 (or 0xFAFD19) is known color: Lemon. HEX triplet: FA, FD and 19. RGB value is (250,253,25). Sum of RGB (Red+Green+Blue) = 250+253+25=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 25 (10.16% from 255 or 4.73% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD19 is #0502E6. Grayscale: #E3E3E3. Windows color (decimal): -328423 or 1703418. OLE color: 1703418.

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

Color convert

RGB 250 253 25 -
CMYK 0.01 0 0.90 0.01
HSL 60.79º 0.98% 0.55% -
HSV(B) 60.79º 0.9% 0.99% -
XYZ 74.73 90.64 14.48 -
YUV 226.11 14.51 145.04 -
System Red Green Blue C M Y K H S L
Decimal 250 253 25 0.01 0 0.90 0.01 60.79 0.98 0.55
Hex FA FD 19 1 0 5A 1 3D 62 37
Octal 372 375 31 1 0 132 1 75 142 67
Binary 11111010 11111101 11001 1 0 1011010 1 111101 1100010 110111

Color Harmonies of #FAFD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD19

Black with #FAFD19

Text Example


Text Example

White with #FAFD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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