Html Css Color HEX #F9F75E Laser Lemon

📋 copy color: '#F9F75E'

red 249 ◦ green 247 ◦ blue 94

#F9F75E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser Lemon #F9F75E

Tints of Laser Lemon #F9F75E

RGB

 RED value IS 249 (97.66% from 255) = 42.2%

 GREEN value IS 247 (96.88% from 255) = 41.86%

 BLUE value IS 94 (37.11% from 255) = 15.93%

R = 42.2%
G = 41.86%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9F75E (or 0xF9F75E) is known color: Laser Lemon. HEX triplet: F9, F7 and 5E. RGB value is (249,247,94). Sum of RGB (Red+Green+Blue) = 249+247+94=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 94 (37.11% from 255 or 15.93% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F75E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F75E is #0608A1. Grayscale: #E6E6E6. Windows color (decimal): -395426 or 6223865. OLE color: 6223865.

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

Color convert

RGB 249 247 94 -
CMYK 0 0.01 0.62 0.02
HSL 59.23º 0.93% 0.67% -
HSV(B) 59.23º 0.62% 0.98% -
XYZ 74.35 87.47 23.55 -
YUV 230.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 249 247 94 0 0.01 0.62 0.02 59.23 0.93 0.67
Hex F9 F7 5E 0 1 3E 2 3B 5D 43
Octal 371 367 136 0 1 76 2 73 135 103
Binary 11111001 11110111 1011110 0 1 111110 10 111011 1011101 1000011

Color Harmonies of #F9F75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F75E

Black with #F9F75E

Text Example


Text Example

White with #F9F75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F75E; }

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

 H1.HeaderClassName
 {
   color: #F9F75E;
 }
 .AnyTagClassName
 {
   color: #F9F75E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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