Html Css Color HEX #FAFA5E Laser Lemon

📋 copy color: '#FAFA5E'

red 250 ◦ green 250 ◦ blue 94

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

Shades of Laser Lemon #FAFA5E

Tints of Laser Lemon #FAFA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 15.82%

R = 42.09%
G = 42.09%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAFA5E (or 0xFAFA5E) is known color: Laser Lemon. HEX triplet: FA, FA and 5E. RGB value is (250,250,94). Sum of RGB (Red+Green+Blue) = 250+250+94=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 94 (37.11% from 255 or 15.82% from 594); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA5E is #0505A1. Grayscale: #E8E8E8. Windows color (decimal): -329122 or 6224634. OLE color: 6224634.

HSL color Cylindrical-coordinate representation of color #FAFA5E: 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.62%. Process color model (Four color, CMYK) of #FAFA5E is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 94 -
CMYK 0 0 0.62 0.02
HSL 60º 0.94% 0.67% -
HSV(B) 60º 0.62% 0.98% -
XYZ 75.63 89.5 23.88 -
YUV 232.22 50 140.68 -
System Red Green Blue C M Y K H S L
Decimal 250 250 94 0 0 0.62 0.02 60 0.94 0.67
Hex FA FA 5E 0 0 3E 2 3C 5E 43
Octal 372 372 136 0 0 76 2 74 136 103
Binary 11111010 11111010 1011110 0 0 111110 10 111100 1011110 1000011

Color Harmonies of #FAFA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA5E

Black with #FAFA5E

Text Example


Text Example

White with #FAFA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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