Html Css Color HEX #FAFA59 Laser Lemon

📋 copy color: '#FAFA59'

red 250 ◦ green 250 ◦ blue 89

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

Shades of Laser Lemon #FAFA59

Tints of Laser Lemon #FAFA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 15.11%

R = 42.44%
G = 42.44%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAFA59 (or 0xFAFA59) is known color: Laser Lemon. HEX triplet: FA, FA and 59. RGB value is (250,250,89). Sum of RGB (Red+Green+Blue) = 250+250+89=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 89 (35.16% from 255 or 15.11% from 589); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA59 is #0505A6. Grayscale: #E8E8E8. Windows color (decimal): -329127 or 5896954. OLE color: 5896954.

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

Color convert

RGB 250 250 89 -
CMYK 0 0 0.64 0.02
HSL 60º 0.94% 0.66% -
HSV(B) 60º 0.64% 0.98% -
XYZ 75.41 89.42 22.74 -
YUV 231.65 47.5 141.09 -
System Red Green Blue C M Y K H S L
Decimal 250 250 89 0 0 0.64 0.02 60 0.94 0.66
Hex FA FA 59 0 0 40 2 3C 5E 42
Octal 372 372 131 0 0 100 2 74 136 102
Binary 11111010 11111010 1011001 0 0 1000000 10 111100 1011110 1000010

Color Harmonies of #FAFA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA59

Black with #FAFA59

Text Example


Text Example

White with #FAFA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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