Html Css Color HEX #FAFD5C Laser Lemon

📋 copy color: '#FAFD5C'

red 250 ◦ green 253 ◦ blue 92

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

Shades of Laser Lemon #FAFD5C

Tints of Laser Lemon #FAFD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 15.46%

R = 42.02%
G = 42.52%
B = 15.46%

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

#FAFD5C (or 0xFAFD5C) is known color: Laser Lemon. HEX triplet: FA, FD and 5C. RGB value is (250,253,92). Sum of RGB (Red+Green+Blue) = 250+253+92=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 92 (36.33% from 255 or 15.46% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD5C is #0502A3. Grayscale: #EAEAEA. Windows color (decimal): -328356 or 6094330. OLE color: 6094330.

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

Color convert

RGB 250 253 92 -
CMYK 0.01 0 0.64 0.01
HSL 61.12º 0.98% 0.68% -
HSV(B) 61.12º 0.64% 0.99% -
XYZ 76.48 91.35 23.73 -
YUV 233.75 48.01 139.59 -
System Red Green Blue C M Y K H S L
Decimal 250 253 92 0.01 0 0.64 0.01 61.12 0.98 0.68
Hex FA FD 5C 1 0 40 1 3D 62 44
Octal 372 375 134 1 0 100 1 75 142 104
Binary 11111010 11111101 1011100 1 0 1000000 1 111101 1100010 1000100

Color Harmonies of #FAFD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD5C

Black with #FAFD5C

Text Example


Text Example

White with #FAFD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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