Html Css Color HEX #F5FE65 Laser Lemon

📋 copy color: '#F5FE65'

red 245 ◦ green 254 ◦ blue 101

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

Shades of Laser Lemon #F5FE65

Tints of Laser Lemon #F5FE65

RGB

 RED value IS 245 (96.09% from 255) = 40.83%

 GREEN value IS 254 (99.61% from 255) = 42.33%

 BLUE value IS 101 (39.84% from 255) = 16.83%

R = 40.83%
G = 42.33%
B = 16.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#F5FE65 (or 0xF5FE65) is known color: Laser Lemon. HEX triplet: F5, FE and 65. RGB value is (245,254,101). Sum of RGB (Red+Green+Blue) = 245+254+101=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 101 (39.84% from 255 or 16.83% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE65 is #0A019A. Grayscale: #EAEAEA. Windows color (decimal): -655771 or 6684405. OLE color: 6684405.

HSL color Cylindrical-coordinate representation of color #F5FE65: hue angle of 63.53º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5FE65 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 254 101 -
CMYK 0.04 0 0.60 0.00
HSL 63.53º 0.99% 0.7% -
HSV(B) 63.53º 0.6% 1% -
XYZ 75.45 91.24 25.95 -
YUV 233.87 53.02 135.94 -
System Red Green Blue C M Y K H S L
Decimal 245 254 101 0.04 0 0.60 0.00 63.53 0.99 0.7
Hex F5 FE 65 4 0 3C 0 40 63 46
Octal 365 376 145 4 0 74 0 100 143 106
Binary 11110101 11111110 1100101 100 0 111100 0 1000000 1100011 1000110

Color Harmonies of #F5FE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FE65

Black with #F5FE65

Text Example


Text Example

White with #F5FE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FE65; }

 p { color: rgb(245,254,101); }

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

background-color css

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

 a { background-color: rgb(245,254,101); }

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

border-color css

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

 span { border-color: rgb(245,254,101); }

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