Html Css Color HEX #FEFB5A Laser Lemon

📋 copy color: '#FEFB5A'

red 254 ◦ green 251 ◦ blue 90

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

Shades of Laser Lemon #FEFB5A

Tints of Laser Lemon #FEFB5A

RGB

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

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

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

R = 42.69%
G = 42.18%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEFB5A (or 0xFEFB5A) is known color: Laser Lemon. HEX triplet: FE, FB and 5A. RGB value is (254,251,90). Sum of RGB (Red+Green+Blue) = 254+251+90=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 90 (35.55% from 255 or 15.13% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB5A is #0104A5. Grayscale: #EAEAEA. Windows color (decimal): -66726 or 5962750. OLE color: 5962750.

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

Color convert

RGB 254 251 90 -
CMYK 0 0.01 0.65 0.00
HSL 58.9º 0.99% 0.67% -
HSV(B) 58.9º 0.65% 1% -
XYZ 77.22 90.8 23.13 -
YUV 233.54 46.99 142.59 -
System Red Green Blue C M Y K H S L
Decimal 254 251 90 0 0.01 0.65 0.00 58.9 0.99 0.67
Hex FE FB 5A 0 1 41 0 3B 63 43
Octal 376 373 132 0 1 101 0 73 143 103
Binary 11111110 11111011 1011010 0 1 1000001 0 111011 1100011 1000011

Color Harmonies of #FEFB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB5A

Black with #FEFB5A

Text Example


Text Example

White with #FEFB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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