Html Css Color HEX #FEFB5E Laser Lemon

📋 copy color: '#FEFB5E'

red 254 ◦ green 251 ◦ blue 94

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

Shades of Laser Lemon #FEFB5E

Tints of Laser Lemon #FEFB5E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.9%

 BLUE value IS 94 (37.11% from 255) = 15.69%

R = 42.4%
G = 41.9%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEFB5E (or 0xFEFB5E) is known color: Laser Lemon. HEX triplet: FE, FB and 5E. RGB value is (254,251,94). Sum of RGB (Red+Green+Blue) = 254+251+94=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 94 (37.11% from 255 or 15.69% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB5E is #0104A1. Grayscale: #EAEAEA. Windows color (decimal): -66722 or 6224894. OLE color: 6224894.

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

Color convert

RGB 254 251 94 -
CMYK 0 0.01 0.63 0.00
HSL 58.88º 0.99% 0.68% -
HSV(B) 58.88º 0.63% 1% -
XYZ 77.39 90.87 24.05 -
YUV 234 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 254 251 94 0 0.01 0.63 0.00 58.88 0.99 0.68
Hex FE FB 5E 0 1 3F 0 3B 63 44
Octal 376 373 136 0 1 77 0 73 143 104
Binary 11111110 11111011 1011110 0 1 111111 0 111011 1100011 1000100

Color Harmonies of #FEFB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB5E

Black with #FEFB5E

Text Example


Text Example

White with #FEFB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB5E; }

 p { color: rgb(254,251,94); }

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

background-color css

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

 a { background-color: rgb(254,251,94); }

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

border-color css

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

 span { border-color: rgb(254,251,94); }

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