Html Css Color HEX #FFF85E Laser Lemon

📋 copy color: '#FFF85E'

red 255 ◦ green 248 ◦ blue 94

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

Shades of Laser Lemon #FFF85E

Tints of Laser Lemon #FFF85E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.54%

 BLUE value IS 94 (37.11% from 255) = 15.75%

R = 42.71%
G = 41.54%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFF85E (or 0xFFF85E) is known color: Laser Lemon. HEX triplet: FF, F8 and 5E. RGB value is (255,248,94). Sum of RGB (Red+Green+Blue) = 255+248+94=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 94 (37.11% from 255 or 15.75% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF85E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF85E is #0007A1. Grayscale: #E9E9E9. Windows color (decimal): -1954 or 6224127. OLE color: 6224127.

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

Color convert

RGB 255 248 94 -
CMYK 0 0.03 0.63 0
HSL 57.39º 1% 0.68% -
HSV(B) 57.39º 0.63% 1% -
XYZ 76.83 89.2 23.76 -
YUV 232.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 255 248 94 0 0.03 0.63 0 57.39 1 0.68
Hex FF F8 5E 0 3 3F 0 39 64 44
Octal 377 370 136 0 3 77 0 71 144 104
Binary 11111111 11111000 1011110 0 11 111111 0 111001 1100100 1000100

Color Harmonies of #FFF85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF85E

Black with #FFF85E

Text Example


Text Example

White with #FFF85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF85E; }

 p { color: rgb(255,248,94); }

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

background-color css

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

 a { background-color: rgb(255,248,94); }

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

border-color css

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

 span { border-color: rgb(255,248,94); }

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