Html Css Color HEX #FAFD5A Laser Lemon

📋 copy color: '#FAFD5A'

red 250 ◦ green 253 ◦ blue 90

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

Shades of Laser Lemon #FAFD5A

Tints of Laser Lemon #FAFD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.18%

R = 42.16%
G = 42.66%
B = 15.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FAFD5A (or 0xFAFD5A) is known color: Laser Lemon. HEX triplet: FA, FD and 5A. RGB value is (250,253,90). Sum of RGB (Red+Green+Blue) = 250+253+90=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 90 (35.55% from 255 or 15.18% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD5A is #0502A5. Grayscale: #EAEAEA. Windows color (decimal): -328358 or 5963258. OLE color: 5963258.

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

Color convert

RGB 250 253 90 -
CMYK 0.01 0 0.64 0.01
HSL 61.1º 0.98% 0.67% -
HSV(B) 61.1º 0.64% 0.99% -
XYZ 76.4 91.31 23.27 -
YUV 233.52 47.01 139.75 -
System Red Green Blue C M Y K H S L
Decimal 250 253 90 0.01 0 0.64 0.01 61.1 0.98 0.67
Hex FA FD 5A 1 0 40 1 3D 62 43
Octal 372 375 132 1 0 100 1 75 142 103
Binary 11111010 11111101 1011010 1 0 1000000 1 111101 1100010 1000011

Color Harmonies of #FAFD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD5A

Black with #FAFD5A

Text Example


Text Example

White with #FAFD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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