Html Css Color HEX #F9F960 Laser Lemon

📋 copy color: '#F9F960'

red 249 ◦ green 249 ◦ blue 96

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

Shades of Laser Lemon #F9F960

Tints of Laser Lemon #F9F960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.16%

R = 41.92%
G = 41.92%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F9F960 (or 0xF9F960) is known color: Laser Lemon. HEX triplet: F9, F9 and 60. RGB value is (249,249,96). Sum of RGB (Red+Green+Blue) = 249+249+96=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 96 (37.89% from 255 or 16.16% from 594); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F960 is #06069F. Grayscale: #E8E8E8. Windows color (decimal): -394912 or 6355449. OLE color: 6355449.

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

Color convert

RGB 249 249 96 -
CMYK 0 0 0.61 0.02
HSL 60º 0.93% 0.68% -
HSV(B) 60º 0.61% 0.98% -
XYZ 75.05 88.74 24.24 -
YUV 231.56 51.5 140.44 -
System Red Green Blue C M Y K H S L
Decimal 249 249 96 0 0 0.61 0.02 60 0.93 0.68
Hex F9 F9 60 0 0 3D 2 3C 5D 44
Octal 371 371 140 0 0 75 2 74 135 104
Binary 11111001 11111001 1100000 0 0 111101 10 111100 1011101 1000100

Color Harmonies of #F9F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F960

Black with #F9F960

Text Example


Text Example

White with #F9F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F960; }

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

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

background-color css

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

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

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

border-color css

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

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

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