Html Css Color HEX #FAFF62 Laser Lemon

📋 copy color: '#FAFF62'

red 250 ◦ green 255 ◦ blue 98

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

Shades of Laser Lemon #FAFF62

Tints of Laser Lemon #FAFF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 16.25%

R = 41.46%
G = 42.29%
B = 16.25%

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

#FAFF62 (or 0xFAFF62) is known color: Laser Lemon. HEX triplet: FA, FF and 62. RGB value is (250,255,98). Sum of RGB (Red+Green+Blue) = 250+255+98=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 98 (38.67% from 255 or 16.25% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF62 is #05009D. Grayscale: #ECECEC. Windows color (decimal): -327838 or 6488058. OLE color: 6488058.

HSL color Cylindrical-coordinate representation of color #FAFF62: hue angle of 61.91º 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 #FAFF62 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 98 -
CMYK 0.02 0 0.62 0
HSL 61.91º 1% 0.69% -
HSV(B) 61.91º 0.62% 1% -
XYZ 77.39 92.73 25.37 -
YUV 235.61 50.34 138.27 -
System Red Green Blue C M Y K H S L
Decimal 250 255 98 0.02 0 0.62 0 61.91 1 0.69
Hex FA FF 62 2 0 3E 0 3E 64 45
Octal 372 377 142 2 0 76 0 76 144 105
Binary 11111010 11111111 1100010 10 0 111110 0 111110 1100100 1000101

Color Harmonies of #FAFF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF62

Black with #FAFF62

Text Example


Text Example

White with #FAFF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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