Html Css Color HEX #FFF960 Laser Lemon

📋 copy color: '#FFF960'

red 255 ◦ green 249 ◦ blue 96

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

Shades of Laser Lemon #FFF960

Tints of Laser Lemon #FFF960

RGB

 RED value IS 255 (100% from 255) = 42.5%

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

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

R = 42.5%
G = 41.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFF960 (or 0xFFF960) is known color: Laser Lemon. HEX triplet: FF, F9 and 60. RGB value is (255,249,96). Sum of RGB (Red+Green+Blue) = 255+249+96=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 96 (37.89% from 255 or 16% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF960 is #00069F. Grayscale: #E9E9E9. Windows color (decimal): -1696 or 6355455. OLE color: 6355455.

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

Color convert

RGB 255 249 96 -
CMYK 0 0.02 0.62 0
HSL 57.74º 1% 0.69% -
HSV(B) 57.74º 0.62% 1% -
XYZ 77.23 89.86 24.34 -
YUV 233.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 255 249 96 0 0.02 0.62 0 57.74 1 0.69
Hex FF F9 60 0 2 3E 0 3A 64 45
Octal 377 371 140 0 2 76 0 72 144 105
Binary 11111111 11111001 1100000 0 10 111110 0 111010 1100100 1000101

Color Harmonies of #FFF960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF960

Black with #FFF960

Text Example


Text Example

White with #FFF960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF960; }

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

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

background-color css

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

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

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

border-color css

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

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

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