Html Css Color HEX #FFF85F Laser Lemon

📋 copy color: '#FFF85F'

red 255 ◦ green 248 ◦ blue 95

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

Shades of Laser Lemon #FFF85F

Tints of Laser Lemon #FFF85F

RGB

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

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

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

R = 42.64%
G = 41.47%
B = 15.89%

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

#FFF85F (or 0xFFF85F) is known color: Laser Lemon. HEX triplet: FF, F8 and 5F. RGB value is (255,248,95). Sum of RGB (Red+Green+Blue) = 255+248+95=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 95 (37.5% from 255 or 15.89% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF85F is #0007A0. Grayscale: #E9E9E9. Windows color (decimal): -1953 or 6289663. OLE color: 6289663.

HSL color Cylindrical-coordinate representation of color #FFF85F: hue angle of 57.38º 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 #FFF85F is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 248 95 -
CMYK 0 0.03 0.63 0
HSL 57.38º 1% 0.69% -
HSV(B) 57.38º 0.63% 1% -
XYZ 76.87 89.22 24 -
YUV 232.65 50.32 143.94 -
System Red Green Blue C M Y K H S L
Decimal 255 248 95 0 0.03 0.63 0 57.38 1 0.69
Hex FF F8 5F 0 3 3F 0 39 64 45
Octal 377 370 137 0 3 77 0 71 144 105
Binary 11111111 11111000 1011111 0 11 111111 0 111001 1100100 1000101

Color Harmonies of #FFF85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF85F

Black with #FFF85F

Text Example


Text Example

White with #FFF85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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