Html Css Color HEX #FAFD16 Lemon

📋 copy color: '#FAFD16'

red 250 ◦ green 253 ◦ blue 22

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

Shades of Lemon #FAFD16

Tints of Lemon #FAFD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.19%

R = 47.62%
G = 48.19%
B = 4.19%

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

#FAFD16 (or 0xFAFD16) is known color: Lemon. HEX triplet: FA, FD and 16. RGB value is (250,253,22). Sum of RGB (Red+Green+Blue) = 250+253+22=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 22 (8.98% from 255 or 4.19% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD16 is #0502E9. Grayscale: #E2E2E2. Windows color (decimal): -328426 or 1506810. OLE color: 1506810.

HSL color Cylindrical-coordinate representation of color #FAFD16: 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 #FAFD16 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 22 -
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.69 90.63 14.32 -
YUV 225.77 13.01 145.28 -
System Red Green Blue C M Y K H S L
Decimal 250 253 22 0.01 0 0.91 0.01 60.78 0.98 0.54
Hex FA FD 16 1 0 5B 1 3D 62 36
Octal 372 375 26 1 0 133 1 75 142 66
Binary 11111010 11111101 10110 1 0 1011011 1 111101 1100010 110110

Color Harmonies of #FAFD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD16

Black with #FAFD16

Text Example


Text Example

White with #FAFD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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