Html Css Color HEX #FEFD5A Laser Lemon

📋 copy color: '#FEFD5A'

red 254 ◦ green 253 ◦ blue 90

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

Shades of Laser Lemon #FEFD5A

Tints of Laser Lemon #FEFD5A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.38%

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

R = 42.55%
G = 42.38%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEFD5A (or 0xFEFD5A) is known color: Laser Lemon. HEX triplet: FE, FD and 5A. RGB value is (254,253,90). Sum of RGB (Red+Green+Blue) = 254+253+90=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 90 (35.55% from 255 or 15.08% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD5A is #0102A5. Grayscale: #EBEBEB. Windows color (decimal): -66214 or 5963262. OLE color: 5963262.

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

Color convert

RGB 254 253 90 -
CMYK 0 0.00 0.65 0.00
HSL 59.63º 0.99% 0.67% -
HSV(B) 59.63º 0.65% 1% -
XYZ 77.84 92.06 23.34 -
YUV 234.72 46.33 141.75 -
System Red Green Blue C M Y K H S L
Decimal 254 253 90 0 0.00 0.65 0.00 59.63 0.99 0.67
Hex FE FD 5A 0 0 41 0 3C 63 43
Octal 376 375 132 0 0 101 0 74 143 103
Binary 11111110 11111101 1011010 0 0 1000001 0 111100 1100011 1000011

Color Harmonies of #FEFD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD5A

Black with #FEFD5A

Text Example


Text Example

White with #FEFD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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