Html Css Color HEX #FFF85B Laser Lemon

📋 copy color: '#FFF85B'

red 255 ◦ green 248 ◦ blue 91

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

Shades of Laser Lemon #FFF85B

Tints of Laser Lemon #FFF85B

RGB

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

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

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

R = 42.93%
G = 41.75%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFF85B (or 0xFFF85B) is known color: Laser Lemon. HEX triplet: FF, F8 and 5B. RGB value is (255,248,91). Sum of RGB (Red+Green+Blue) = 255+248+91=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 91 (35.94% from 255 or 15.32% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF85B is #0007A4. Grayscale: #E8E8E8. Windows color (decimal): -1957 or 6027519. OLE color: 6027519.

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

Color convert

RGB 255 248 91 -
CMYK 0 0.03 0.64 0
HSL 57.44º 1% 0.68% -
HSV(B) 57.44º 0.64% 1% -
XYZ 76.7 89.15 23.06 -
YUV 232.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 255 248 91 0 0.03 0.64 0 57.44 1 0.68
Hex FF F8 5B 0 3 40 0 39 64 44
Octal 377 370 133 0 3 100 0 71 144 104
Binary 11111111 11111000 1011011 0 11 1000000 0 111001 1100100 1000100

Color Harmonies of #FFF85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF85B

Black with #FFF85B

Text Example


Text Example

White with #FFF85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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