Html Css Color HEX #F9F96C Laser Lemon

📋 copy color: '#F9F96C'

red 249 ◦ green 249 ◦ blue 108

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

Shades of Laser Lemon #F9F96C

Tints of Laser Lemon #F9F96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 17.82%

R = 41.09%
G = 41.09%
B = 17.82%

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

#F9F96C (or 0xF9F96C) is known color: Laser Lemon. HEX triplet: F9, F9 and 6C. RGB value is (249,249,108). Sum of RGB (Red+Green+Blue) = 249+249+108=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 108 (42.58% from 255 or 17.82% from 606); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F96C is #060693. Grayscale: #E9E9E9. Windows color (decimal): -394900 or 7141881. OLE color: 7141881.

HSL color Cylindrical-coordinate representation of color #F9F96C: 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 #F9F96C is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 249 108 -
CMYK 0 0 0.57 0.02
HSL 60º 0.92% 0.7% -
HSV(B) 60º 0.57% 0.98% -
XYZ 75.65 88.97 27.37 -
YUV 232.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 249 249 108 0 0 0.57 0.02 60 0.92 0.7
Hex F9 F9 6C 0 0 39 2 3C 5C 46
Octal 371 371 154 0 0 71 2 74 134 106
Binary 11111001 11111001 1101100 0 0 111001 10 111100 1011100 1000110

Color Harmonies of #F9F96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F96C

Black with #F9F96C

Text Example


Text Example

White with #F9F96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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