#F3F960

Color #F3F960 Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #F3F960

Tints of Laser Lemon #F3F960

Color information

#F3F960 (or 0xF3F960) is unknown color: approx Laser Lemon. HEX triplet: F3, F9 and 60. RGB value is (243,249,96). Sum of RGB (Red+Green+Blue) = 243+249+96=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 96 (37.89% from 255 or 16.33% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #F3F960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F960 is #0C069F. Grayscale: #E6E6E6. Windows color (decimal): -788128 or 6355443. OLE color: 6355443.

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

Color convert

RGB24324996-
CMYK0.0200.610.02
HSL62.35º92.73%67.65%-
HSV(B)62.35º61.45%97.65%-
XYZ72.9587.6524.14-
YUV229.7652.51137.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.33%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 96 (37.89% from 255) = 16.33%
R=41.33%
G=42.35%
B=16.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal243249960.0200.610.0262.3592.7367.65
HexF3F960203D23e5d44
Octal3633711402075276135104
Binary111100111111100111000001001111011011111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F960; }

 p { color: rgb(243,249,96); }

 H1.HeaderClassName
 {
   color: #F3F960;
 }
 .AnyTagClassName
 {
   color: #F3F960;
 }
</style>
background-color css

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

 a { background-color: rgb(243,249,96); }

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

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

 span { border-color: rgb(243,249,96); }

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