Html Css Color HEX #FFF95A Laser Lemon

📋 copy color: '#FFF95A'

red 255 ◦ green 249 ◦ blue 90

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

Shades of Laser Lemon #FFF95A

Tints of Laser Lemon #FFF95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.15%

R = 42.93%
G = 41.92%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFF95A (or 0xFFF95A) is known color: Laser Lemon. HEX triplet: FF, F9 and 5A. RGB value is (255,249,90). Sum of RGB (Red+Green+Blue) = 255+249+90=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 90 (35.55% from 255 or 15.15% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF95A is #0006A5. Grayscale: #E9E9E9. Windows color (decimal): -1702 or 5962239. OLE color: 5962239.

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

Color convert

RGB 255 249 90 -
CMYK 0 0.02 0.65 0
HSL 57.82º 1% 0.68% -
HSV(B) 57.82º 0.65% 1% -
XYZ 76.96 89.75 22.94 -
YUV 232.67 47.49 143.93 -
System Red Green Blue C M Y K H S L
Decimal 255 249 90 0 0.02 0.65 0 57.82 1 0.68
Hex FF F9 5A 0 2 41 0 3A 64 44
Octal 377 371 132 0 2 101 0 72 144 104
Binary 11111111 11111001 1011010 0 10 1000001 0 111010 1100100 1000100

Color Harmonies of #FFF95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF95A

Black with #FFF95A

Text Example


Text Example

White with #FFF95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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