Html Css Color HEX #FAFF60 Laser Lemon

📋 copy color: '#FAFF60'

red 250 ◦ green 255 ◦ blue 96

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

Shades of Laser Lemon #FAFF60

Tints of Laser Lemon #FAFF60

RGB

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

 GREEN value IS 255 (100% from 255) = 42.43%

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

R = 41.6%
G = 42.43%
B = 15.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FAFF60 (or 0xFAFF60) is known color: Laser Lemon. HEX triplet: FA, FF and 60. RGB value is (250,255,96). Sum of RGB (Red+Green+Blue) = 250+255+96=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 96 (37.89% from 255 or 15.97% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF60 is #05009F. Grayscale: #ECECEC. Windows color (decimal): -327840 or 6356986. OLE color: 6356986.

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

Color convert

RGB 250 255 96 -
CMYK 0.02 0 0.62 0
HSL 61.89º 1% 0.69% -
HSV(B) 61.89º 0.62% 1% -
XYZ 77.3 92.69 24.88 -
YUV 235.38 49.34 138.43 -
System Red Green Blue C M Y K H S L
Decimal 250 255 96 0.02 0 0.62 0 61.89 1 0.69
Hex FA FF 60 2 0 3E 0 3E 64 45
Octal 372 377 140 2 0 76 0 76 144 105
Binary 11111010 11111111 1100000 10 0 111110 0 111110 1100100 1000101

Color Harmonies of #FAFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF60

Black with #FAFF60

Text Example


Text Example

White with #FAFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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