#FEFE74

Color #FEFE74 Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #FEFE74

Tints of Laser Lemon #FEFE74

Color information

#FEFE74 (or 0xFEFE74) is unknown color: approx Laser Lemon. HEX triplet: FE, FE and 74. RGB value is (254,254,116). Sum of RGB (Red+Green+Blue) = 254+254+116=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 116 (45.70% from 255 or 18.59% from 624); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE74 is #01018B. Grayscale: #EEEEEE. Windows color (decimal): -65932 or 7667454. OLE color: 7667454.

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

Color convert

RGB254254116-
CMYK000.540.00
HSL60º98.57%72.55%-
HSV(B)60º54.33%99.61%-
XYZ79.4793.2230.33-
YUV238.2759139.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 116 (45.70% from 255) = 18.59%
R=40.71%
G=40.71%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254116000.540.006098.5772.55
HexFEFE74003603c6349
Octal3763761640066074143111
Binary1111111011111110111010000110110011110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFE74; }

 p { color: rgb(254,254,116); }

 H1.HeaderClassName
 {
   color: #FEFE74;
 }
 .AnyTagClassName
 {
   color: #FEFE74;
 }
</style>
background-color css

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

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

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

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

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

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