Html Css Color HEX #FEF66A Laser Lemon

📋 copy color: '#FEF66A'

red 254 ◦ green 246 ◦ blue 106

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

Shades of Laser Lemon #FEF66A

Tints of Laser Lemon #FEF66A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.59%

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

R = 41.91%
G = 40.59%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEF66A (or 0xFEF66A) is known color: Laser Lemon. HEX triplet: FE, F6 and 6A. RGB value is (254,246,106). Sum of RGB (Red+Green+Blue) = 254+246+106=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 106 (41.80% from 255 or 17.49% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF66A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF66A is #010995. Grayscale: #E8E8E8. Windows color (decimal): -67990 or 7010046. OLE color: 7010046.

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

Color convert

RGB 254 246 106 -
CMYK 0 0.03 0.58 0.00
HSL 56.76º 0.99% 0.71% -
HSV(B) 56.76º 0.58% 1% -
XYZ 76.43 88.02 26.6 -
YUV 232.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 254 246 106 0 0.03 0.58 0.00 56.76 0.99 0.71
Hex FE F6 6A 0 3 3A 0 39 63 47
Octal 376 366 152 0 3 72 0 71 143 107
Binary 11111110 11110110 1101010 0 11 111010 0 111001 1100011 1000111

Color Harmonies of #FEF66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF66A

Black with #FEF66A

Text Example


Text Example

White with #FEF66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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