Html Css Color HEX #F5FA64 Laser Lemon

📋 copy color: '#F5FA64'

red 245 ◦ green 250 ◦ blue 100

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

Shades of Laser Lemon #F5FA64

Tints of Laser Lemon #F5FA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.81%

R = 41.18%
G = 42.02%
B = 16.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#F5FA64 (or 0xF5FA64) is known color: Laser Lemon. HEX triplet: F5, FA and 64. RGB value is (245,250,100). Sum of RGB (Red+Green+Blue) = 245+250+100=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 100 (39.45% from 255 or 16.81% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA64 is #0A059B. Grayscale: #E8E8E8. Windows color (decimal): -656796 or 6617845. OLE color: 6617845.

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

Color convert

RGB 245 250 100 -
CMYK 0.02 0 0.6 0.02
HSL 62º 0.94% 0.69% -
HSV(B) 62º 0.6% 0.98% -
XYZ 74.14 88.7 25.27 -
YUV 231.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 245 250 100 0.02 0 0.6 0.02 62 0.94 0.69
Hex F5 FA 64 2 0 3C 2 3E 5E 45
Octal 365 372 144 2 0 74 2 76 136 105
Binary 11110101 11111010 1100100 10 0 111100 10 111110 1011110 1000101

Color Harmonies of #F5FA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA64

Black with #F5FA64

Text Example


Text Example

White with #F5FA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA64; }

 p { color: rgb(245,250,100); }

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

background-color css

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

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

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

border-color css

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

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

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