Html Css Color HEX #FFF95B Laser Lemon

📋 copy color: '#FFF95B'

red 255 ◦ green 249 ◦ blue 91

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

Shades of Laser Lemon #FFF95B

Tints of Laser Lemon #FFF95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.29%

R = 42.86%
G = 41.85%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFF95B (or 0xFFF95B) is known color: Laser Lemon. HEX triplet: FF, F9 and 5B. RGB value is (255,249,91). Sum of RGB (Red+Green+Blue) = 255+249+91=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 91 (35.94% from 255 or 15.29% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF95B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF95B is #0006A4. Grayscale: #E9E9E9. Windows color (decimal): -1701 or 6027775. OLE color: 6027775.

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

Color convert

RGB 255 249 91 -
CMYK 0 0.02 0.64 0
HSL 57.8º 1% 0.68% -
HSV(B) 57.8º 0.64% 1% -
XYZ 77 89.77 23.17 -
YUV 232.78 47.99 143.85 -
System Red Green Blue C M Y K H S L
Decimal 255 249 91 0 0.02 0.64 0 57.8 1 0.68
Hex FF F9 5B 0 2 40 0 3A 64 44
Octal 377 371 133 0 2 100 0 72 144 104
Binary 11111111 11111001 1011011 0 10 1000000 0 111010 1100100 1000100

Color Harmonies of #FFF95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF95B

Black with #FFF95B

Text Example


Text Example

White with #FFF95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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