Html Css Color HEX #FAFD17 Lemon

📋 copy color: '#FAFD17'

red 250 ◦ green 253 ◦ blue 23

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

Shades of Lemon #FAFD17

Tints of Lemon #FAFD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.37%

R = 47.53%
G = 48.1%
B = 4.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FAFD17 (or 0xFAFD17) is known color: Lemon. HEX triplet: FA, FD and 17. RGB value is (250,253,23). Sum of RGB (Red+Green+Blue) = 250+253+23=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 23 (9.38% from 255 or 4.37% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD17 is #0502E8. Grayscale: #E2E2E2. Windows color (decimal): -328425 or 1572346. OLE color: 1572346.

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

Color convert

RGB 250 253 23 -
CMYK 0.01 0 0.91 0.01
HSL 60.78º 0.98% 0.54% -
HSV(B) 60.78º 0.91% 0.99% -
XYZ 74.7 90.64 14.37 -
YUV 225.88 13.51 145.2 -
System Red Green Blue C M Y K H S L
Decimal 250 253 23 0.01 0 0.91 0.01 60.78 0.98 0.54
Hex FA FD 17 1 0 5B 1 3D 62 36
Octal 372 375 27 1 0 133 1 75 142 66
Binary 11111010 11111101 10111 1 0 1011011 1 111101 1100010 110110

Color Harmonies of #FAFD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD17

Black with #FAFD17

Text Example


Text Example

White with #FAFD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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