Html Css Color HEX #F9F96A Laser Lemon

📋 copy color: '#F9F96A'

red 249 ◦ green 249 ◦ blue 106

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

Shades of Laser Lemon #F9F96A

Tints of Laser Lemon #F9F96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.23%

 BLUE value IS 106 (41.8% from 255) = 17.55%

R = 41.23%
G = 41.23%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9F96A (or 0xF9F96A) is known color: Laser Lemon. HEX triplet: F9, F9 and 6A. RGB value is (249,249,106). Sum of RGB (Red+Green+Blue) = 249+249+106=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 106 (41.80% from 255 or 17.55% from 604); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F96A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F96A is #060695. Grayscale: #E9E9E9. Windows color (decimal): -394902 or 7010809. OLE color: 7010809.

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

Color convert

RGB 249 249 106 -
CMYK 0 0 0.57 0.02
HSL 60º 0.92% 0.7% -
HSV(B) 60º 0.57% 0.98% -
XYZ 75.54 88.93 26.82 -
YUV 232.7 56.5 139.63 -
System Red Green Blue C M Y K H S L
Decimal 249 249 106 0 0 0.57 0.02 60 0.92 0.7
Hex F9 F9 6A 0 0 39 2 3C 5C 46
Octal 371 371 152 0 0 71 2 74 134 106
Binary 11111001 11111001 1101010 0 0 111001 10 111100 1011100 1000110

Color Harmonies of #F9F96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F96A

Black with #F9F96A

Text Example


Text Example

White with #F9F96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F96A; }

 p { color: rgb(249,249,106); }

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

background-color css

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

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

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

border-color css

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

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

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