Html Css Color HEX #FFF85D Laser Lemon

📋 copy color: '#FFF85D'

red 255 ◦ green 248 ◦ blue 93

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

Shades of Laser Lemon #FFF85D

Tints of Laser Lemon #FFF85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.6%

R = 42.79%
G = 41.61%
B = 15.6%

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

#FFF85D (or 0xFFF85D) is known color: Laser Lemon. HEX triplet: FF, F8 and 5D. RGB value is (255,248,93). Sum of RGB (Red+Green+Blue) = 255+248+93=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 93 (36.72% from 255 or 15.60% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF85D is #0007A2. Grayscale: #E9E9E9. Windows color (decimal): -1955 or 6158591. OLE color: 6158591.

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

Color convert

RGB 255 248 93 -
CMYK 0 0.03 0.64 0
HSL 57.41º 1% 0.68% -
HSV(B) 57.41º 0.64% 1% -
XYZ 76.78 89.19 23.52 -
YUV 232.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 255 248 93 0 0.03 0.64 0 57.41 1 0.68
Hex FF F8 5D 0 3 40 0 39 64 44
Octal 377 370 135 0 3 100 0 71 144 104
Binary 11111111 11111000 1011101 0 11 1000000 0 111001 1100100 1000100

Color Harmonies of #FFF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF85D

Black with #FFF85D

Text Example


Text Example

White with #FFF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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