Html Css Color HEX #FFF95F Laser Lemon

📋 copy color: '#FFF95F'

red 255 ◦ green 249 ◦ blue 95

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

Shades of Laser Lemon #FFF95F

Tints of Laser Lemon #FFF95F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 15.86%

R = 42.57%
G = 41.57%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFF95F (or 0xFFF95F) is known color: Laser Lemon. HEX triplet: FF, F9 and 5F. RGB value is (255,249,95). Sum of RGB (Red+Green+Blue) = 255+249+95=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 95 (37.5% from 255 or 15.86% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF95F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF95F is #0006A0. Grayscale: #E9E9E9. Windows color (decimal): -1697 or 6289919. OLE color: 6289919.

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

Color convert

RGB 255 249 95 -
CMYK 0 0.02 0.63 0
HSL 57.75º 1% 0.69% -
HSV(B) 57.75º 0.63% 1% -
XYZ 77.18 89.84 24.1 -
YUV 233.24 49.99 143.52 -
System Red Green Blue C M Y K H S L
Decimal 255 249 95 0 0.02 0.63 0 57.75 1 0.69
Hex FF F9 5F 0 2 3F 0 3A 64 45
Octal 377 371 137 0 2 77 0 72 144 105
Binary 11111111 11111001 1011111 0 10 111111 0 111010 1100100 1000101

Color Harmonies of #FFF95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF95F

Black with #FFF95F

Text Example


Text Example

White with #FFF95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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