Html Css Color HEX #FAFA60 Laser Lemon

📋 copy color: '#FAFA60'

red 250 ◦ green 250 ◦ blue 96

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

Shades of Laser Lemon #FAFA60

Tints of Laser Lemon #FAFA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.11%

R = 41.95%
G = 41.95%
B = 16.11%

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

#FAFA60 (or 0xFAFA60) is known color: Laser Lemon. HEX triplet: FA, FA and 60. RGB value is (250,250,96). Sum of RGB (Red+Green+Blue) = 250+250+96=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 96 (37.89% from 255 or 16.11% from 596); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA60 is #05059F. Grayscale: #E9E9E9. Windows color (decimal): -329120 or 6355706. OLE color: 6355706.

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

Color convert

RGB 250 250 96 -
CMYK 0 0 0.62 0.02
HSL 60º 0.94% 0.68% -
HSV(B) 60º 0.62% 0.98% -
XYZ 75.72 89.54 24.36 -
YUV 232.44 51 140.52 -
System Red Green Blue C M Y K H S L
Decimal 250 250 96 0 0 0.62 0.02 60 0.94 0.68
Hex FA FA 60 0 0 3E 2 3C 5E 44
Octal 372 372 140 0 0 76 2 74 136 104
Binary 11111010 11111010 1100000 0 0 111110 10 111100 1011110 1000100

Color Harmonies of #FAFA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA60

Black with #FAFA60

Text Example


Text Example

White with #FAFA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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