Html Css Color HEX #F0FA5C Laser Lemon

📋 copy color: '#F0FA5C'

red 240 ◦ green 250 ◦ blue 92

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

Shades of Laser Lemon #F0FA5C

Tints of Laser Lemon #F0FA5C

RGB

 RED value IS 240 (94.14% from 255) = 41.24%

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

 BLUE value IS 92 (36.33% from 255) = 15.81%

R = 41.24%
G = 42.96%
B = 15.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F0FA5C (or 0xF0FA5C) is known color: Laser Lemon. HEX triplet: F0, FA and 5C. RGB value is (240,250,92). Sum of RGB (Red+Green+Blue) = 240+250+92=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 92 (36.33% from 255 or 15.81% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA5C is #0F05A3. Grayscale: #E5E5E5. Windows color (decimal): -984484 or 6093552. OLE color: 6093552.

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

Color convert

RGB 240 250 92 -
CMYK 0.04 0 0.63 0.02
HSL 63.8º 0.94% 0.67% -
HSV(B) 63.8º 0.63% 0.98% -
XYZ 72.05 87.67 23.25 -
YUV 229 50.69 135.85 -
System Red Green Blue C M Y K H S L
Decimal 240 250 92 0.04 0 0.63 0.02 63.8 0.94 0.67
Hex F0 FA 5C 4 0 3F 2 40 5E 43
Octal 360 372 134 4 0 77 2 100 136 103
Binary 11110000 11111010 1011100 100 0 111111 10 1000000 1011110 1000011

Color Harmonies of #F0FA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA5C

Black with #F0FA5C

Text Example


Text Example

White with #F0FA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA5C; }

 p { color: rgb(240,250,92); }

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

background-color css

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

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

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

border-color css

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

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

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