Html Css Color HEX #FAFA5D Laser Lemon

📋 copy color: '#FAFA5D'

red 250 ◦ green 250 ◦ blue 93

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

Shades of Laser Lemon #FAFA5D

Tints of Laser Lemon #FAFA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.68%

R = 42.16%
G = 42.16%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAFA5D (or 0xFAFA5D) is known color: Laser Lemon. HEX triplet: FA, FA and 5D. RGB value is (250,250,93). Sum of RGB (Red+Green+Blue) = 250+250+93=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 93 (36.72% from 255 or 15.68% from 593); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA5D is #0505A2. Grayscale: #E8E8E8. Windows color (decimal): -329123 or 6159098. OLE color: 6159098.

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

Color convert

RGB 250 250 93 -
CMYK 0 0 0.63 0.02
HSL 60º 0.94% 0.67% -
HSV(B) 60º 0.63% 0.98% -
XYZ 75.59 89.49 23.64 -
YUV 232.1 49.5 140.77 -
System Red Green Blue C M Y K H S L
Decimal 250 250 93 0 0 0.63 0.02 60 0.94 0.67
Hex FA FA 5D 0 0 3F 2 3C 5E 43
Octal 372 372 135 0 0 77 2 74 136 103
Binary 11111010 11111010 1011101 0 0 111111 10 111100 1011110 1000011

Color Harmonies of #FAFA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA5D

Black with #FAFA5D

Text Example


Text Example

White with #FAFA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA5D; }

 p { color: rgb(250,250,93); }

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

background-color css

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

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

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

border-color css

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

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

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