Html Css Color HEX #FEFB6A Laser Lemon

📋 copy color: '#FEFB6A'

red 254 ◦ green 251 ◦ blue 106

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

Shades of Laser Lemon #FEFB6A

Tints of Laser Lemon #FEFB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 17.35%

R = 41.57%
G = 41.08%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEFB6A (or 0xFEFB6A) is known color: Laser Lemon. HEX triplet: FE, FB and 6A. RGB value is (254,251,106). Sum of RGB (Red+Green+Blue) = 254+251+106=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 106 (41.80% from 255 or 17.35% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB6A is #010495. Grayscale: #EBEBEB. Windows color (decimal): -66710 or 7011326. OLE color: 7011326.

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

Color convert

RGB 254 251 106 -
CMYK 0 0.01 0.58 0.00
HSL 58.78º 0.99% 0.71% -
HSV(B) 58.78º 0.58% 1% -
XYZ 77.97 91.11 27.11 -
YUV 235.37 54.99 141.29 -
System Red Green Blue C M Y K H S L
Decimal 254 251 106 0 0.01 0.58 0.00 58.78 0.99 0.71
Hex FE FB 6A 0 1 3A 0 3B 63 47
Octal 376 373 152 0 1 72 0 73 143 107
Binary 11111110 11111011 1101010 0 1 111010 0 111011 1100011 1000111

Color Harmonies of #FEFB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB6A

Black with #FEFB6A

Text Example


Text Example

White with #FEFB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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