#F2F95A

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

Shades of Laser Lemon #F2F95A

Tints of Laser Lemon #F2F95A

Color information

#F2F95A (or 0xF2F95A) is unknown color: approx Laser Lemon. HEX triplet: F2, F9 and 5A. RGB value is (242,249,90). Sum of RGB (Red+Green+Blue) = 242+249+90=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 90 (35.55% from 255 or 15.49% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F95A is #0D06A5. Grayscale: #E5E5E5. Windows color (decimal): -853670 or 5962226. OLE color: 5962226.

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

Color convert

RGB24224990-
CMYK0.0300.640.02
HSL62.64º92.98%66.47%-
HSV(B)62.64º63.86%97.65%-
XYZ72.3487.3722.72-
YUV228.7849.68137.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.65%
GREEN value IS 249 (97.66% from 255) = 42.86%
BLUE value IS 90 (35.55% from 255) = 15.49%
R=41.65%
G=42.86%
B=15.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242249900.0300.640.0262.6492.9866.47
HexF2F95A304023f5d42
Octal36237113230100277135102
Binary1111001011111001101101011010000001011111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F95A; }

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

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

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

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

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

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

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

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