Html Css Color HEX #FEF96E Laser Lemon

📋 copy color: '#FEF96E'

red 254 ◦ green 249 ◦ blue 110

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

Shades of Laser Lemon #FEF96E

Tints of Laser Lemon #FEF96E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.62%

 BLUE value IS 110 (43.36% from 255) = 17.94%

R = 41.44%
G = 40.62%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEF96E (or 0xFEF96E) is known color: Laser Lemon. HEX triplet: FE, F9 and 6E. RGB value is (254,249,110). Sum of RGB (Red+Green+Blue) = 254+249+110=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 110 (43.36% from 255 or 17.94% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF96E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF96E is #010691. Grayscale: #EBEBEB. Windows color (decimal): -67218 or 7272958. OLE color: 7272958.

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

Color convert

RGB 254 249 110 -
CMYK 0 0.02 0.57 0.00
HSL 57.92º 0.99% 0.71% -
HSV(B) 57.92º 0.57% 1% -
XYZ 77.56 89.95 28.03 -
YUV 234.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 254 249 110 0 0.02 0.57 0.00 57.92 0.99 0.71
Hex FE F9 6E 0 2 39 0 3A 63 47
Octal 376 371 156 0 2 71 0 72 143 107
Binary 11111110 11111001 1101110 0 10 111001 0 111010 1100011 1000111

Color Harmonies of #FEF96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF96E

Black with #FEF96E

Text Example


Text Example

White with #FEF96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF96E; }

 p { color: rgb(254,249,110); }

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

background-color css

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

 a { background-color: rgb(254,249,110); }

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

border-color css

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

 span { border-color: rgb(254,249,110); }

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