#F9F85C

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

Shades of Laser Lemon #F9F85C

Tints of Laser Lemon #F9F85C

Color information

#F9F85C (or 0xF9F85C) is unknown color: approx Laser Lemon. HEX triplet: F9, F8 and 5C. RGB value is (249,248,92). Sum of RGB (Red+Green+Blue) = 249+248+92=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 92 (36.33% from 255 or 15.62% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F85C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F85C is #0607A3. Grayscale: #E7E7E7. Windows color (decimal): -395172 or 6093049. OLE color: 6093049.

HSL color Cylindrical-coordinate representation of color #F9F85C: hue angle of 59.62º degrees, saturation: 0.93, 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 #F9F85C is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB24924892-
CMYK00.000.630.02
HSL59.62º92.9%66.86%-
HSV(B)59.62º63.05%97.65%-
XYZ74.5788.0523.19-
YUV230.5249.83141.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 248 (97.27% from 255) = 42.11%
BLUE value IS 92 (36.33% from 255) = 15.62%
R=42.28%
G=42.11%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492489200.000.630.0259.6292.966.86
HexF9F85C003F23c5d43
Octal3713701340077274135103
Binary11111001111110001011100001111111011110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F85C; }

 p { color: rgb(249,248,92); }

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

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

 a { background-color: rgb(249,248,92); }

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

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

 span { border-color: rgb(249,248,92); }

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