#F2F966

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

Shades of Laser Lemon #F2F966

Tints of Laser Lemon #F2F966

Color information

#F2F966 (or 0xF2F966) is unknown color: approx Laser Lemon. HEX triplet: F2, F9 and 66. RGB value is (242,249,102). Sum of RGB (Red+Green+Blue) = 242+249+102=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 102 (40.23% from 255 or 17.20% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F966 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F966 is #0D0699. Grayscale: #E6E6E6. Windows color (decimal): -853658 or 6748658. OLE color: 6748658.

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

Color convert

RGB242249102-
CMYK0.0300.590.02
HSL62.86º92.45%68.82%-
HSV(B)62.86º59.04%97.65%-
XYZ72.8987.5925.63-
YUV230.1555.68136.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 249 (97.66% from 255) = 41.99%
BLUE value IS 102 (40.23% from 255) = 17.20%
R=40.81%
G=41.99%
B=17.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422491020.0300.590.0262.8692.4568.82
HexF2F966303B23f5c45
Octal3623711463073277134105
Binary111100101111100111001101101110111011111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F966; }

 p { color: rgb(242,249,102); }

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

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

 a { background-color: rgb(242,249,102); }

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

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

 span { border-color: rgb(242,249,102); }

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