Html Css Color HEX #FEFB5D Laser Lemon

📋 copy color: '#FEFB5D'

red 254 ◦ green 251 ◦ blue 93

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

Shades of Laser Lemon #FEFB5D

Tints of Laser Lemon #FEFB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.55%

R = 42.47%
G = 41.97%
B = 15.55%

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

#FEFB5D (or 0xFEFB5D) is known color: Laser Lemon. HEX triplet: FE, FB and 5D. RGB value is (254,251,93). Sum of RGB (Red+Green+Blue) = 254+251+93=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 93 (36.72% from 255 or 15.55% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB5D is #0104A2. Grayscale: #EAEAEA. Windows color (decimal): -66723 or 6159358. OLE color: 6159358.

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

Color convert

RGB 254 251 93 -
CMYK 0 0.01 0.63 0.00
HSL 58.88º 0.99% 0.68% -
HSV(B) 58.88º 0.63% 1% -
XYZ 77.35 90.86 23.82 -
YUV 233.89 48.49 142.35 -
System Red Green Blue C M Y K H S L
Decimal 254 251 93 0 0.01 0.63 0.00 58.88 0.99 0.68
Hex FE FB 5D 0 1 3F 0 3B 63 44
Octal 376 373 135 0 1 77 0 73 143 104
Binary 11111110 11111011 1011101 0 1 111111 0 111011 1100011 1000100

Color Harmonies of #FEFB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB5D

Black with #FEFB5D

Text Example


Text Example

White with #FEFB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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