Html Css Color HEX #FEF85D Laser Lemon

📋 copy color: '#FEF85D'

red 254 ◦ green 248 ◦ blue 93

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

Shades of Laser Lemon #FEF85D

Tints of Laser Lemon #FEF85D

RGB

 RED value IS 254 (99.61% from 255) = 42.69%

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

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

R = 42.69%
G = 41.68%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEF85D (or 0xFEF85D) is known color: Laser Lemon. HEX triplet: FE, F8 and 5D. RGB value is (254,248,93). Sum of RGB (Red+Green+Blue) = 254+248+93=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 93 (36.72% from 255 or 15.63% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF85D is #0107A2. Grayscale: #E8E8E8. Windows color (decimal): -67491 or 6158590. OLE color: 6158590.

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

Color convert

RGB 254 248 93 -
CMYK 0 0.02 0.63 0.00
HSL 57.76º 0.99% 0.68% -
HSV(B) 57.76º 0.63% 1% -
XYZ 76.42 89 23.51 -
YUV 232.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 254 248 93 0 0.02 0.63 0.00 57.76 0.99 0.68
Hex FE F8 5D 0 2 3F 0 3A 63 44
Octal 376 370 135 0 2 77 0 72 143 104
Binary 11111110 11111000 1011101 0 10 111111 0 111010 1100011 1000100

Color Harmonies of #FEF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF85D

Black with #FEF85D

Text Example


Text Example

White with #FEF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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