Html Css Color HEX #FEF85F Laser Lemon

📋 copy color: '#FEF85F'

red 254 ◦ green 248 ◦ blue 95

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

Shades of Laser Lemon #FEF85F

Tints of Laser Lemon #FEF85F

RGB

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

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

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

R = 42.55%
G = 41.54%
B = 15.91%

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

#FEF85F (or 0xFEF85F) is known color: Laser Lemon. HEX triplet: FE, F8 and 5F. RGB value is (254,248,95). Sum of RGB (Red+Green+Blue) = 254+248+95=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 95 (37.5% from 255 or 15.91% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF85F is #0107A0. Grayscale: #E8E8E8. Windows color (decimal): -67489 or 6289662. OLE color: 6289662.

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

Color convert

RGB 254 248 95 -
CMYK 0 0.02 0.63 0.00
HSL 57.74º 0.99% 0.68% -
HSV(B) 57.74º 0.63% 1% -
XYZ 76.51 89.03 23.98 -
YUV 232.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 254 248 95 0 0.02 0.63 0.00 57.74 0.99 0.68
Hex FE F8 5F 0 2 3F 0 3A 63 44
Octal 376 370 137 0 2 77 0 72 143 104
Binary 11111110 11111000 1011111 0 10 111111 0 111010 1100011 1000100

Color Harmonies of #FEF85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF85F

Black with #FEF85F

Text Example


Text Example

White with #FEF85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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