#F4F75E

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

Shades of Laser Lemon #F4F75E

Tints of Laser Lemon #F4F75E

Color information

#F4F75E (or 0xF4F75E) is unknown color: approx Laser Lemon. HEX triplet: F4, F7 and 5E. RGB value is (244,247,94). Sum of RGB (Red+Green+Blue) = 244+247+94=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 94 (37.11% from 255 or 16.07% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #F4F75E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F75E is #0B08A1. Grayscale: #E5E5E5. Windows color (decimal): -723106 or 6223860. OLE color: 6223860.

HSL color Cylindrical-coordinate representation of color #F4F75E: hue angle of 61.18º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4F75E is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24424794-
CMYK0.0100.620.03
HSL61.18º90.53%66.86%-
HSV(B)61.18º61.94%96.86%-
XYZ72.5986.5623.47-
YUV228.6652.01138.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.71%
GREEN value IS 247 (96.88% from 255) = 42.22%
BLUE value IS 94 (37.11% from 255) = 16.07%
R=41.71%
G=42.22%
B=16.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal244247940.0100.620.0361.1890.5366.86
HexF4F75E103E33d5b43
Octal3643671361076375133103
Binary11110100111101111011110101111101111110110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F75E; }

 p { color: rgb(244,247,94); }

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

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

 a { background-color: rgb(244,247,94); }

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

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

 span { border-color: rgb(244,247,94); }

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