Html Css Color HEX #FEF95A Laser Lemon

📋 copy color: '#FEF95A'

red 254 ◦ green 249 ◦ blue 90

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

Shades of Laser Lemon #FEF95A

Tints of Laser Lemon #FEF95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.18%

R = 42.83%
G = 41.99%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEF95A (or 0xFEF95A) is known color: Laser Lemon. HEX triplet: FE, F9 and 5A. RGB value is (254,249,90). Sum of RGB (Red+Green+Blue) = 254+249+90=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 90 (35.55% from 255 or 15.18% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF95A is #0106A5. Grayscale: #E9E9E9. Windows color (decimal): -67238 or 5962238. OLE color: 5962238.

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

Color convert

RGB 254 249 90 -
CMYK 0 0.02 0.65 0.00
HSL 58.17º 0.99% 0.67% -
HSV(B) 58.17º 0.65% 1% -
XYZ 76.59 89.56 22.92 -
YUV 232.37 47.66 143.43 -
System Red Green Blue C M Y K H S L
Decimal 254 249 90 0 0.02 0.65 0.00 58.17 0.99 0.67
Hex FE F9 5A 0 2 41 0 3A 63 43
Octal 376 371 132 0 2 101 0 72 143 103
Binary 11111110 11111001 1011010 0 10 1000001 0 111010 1100011 1000011

Color Harmonies of #FEF95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF95A

Black with #FEF95A

Text Example


Text Example

White with #FEF95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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