#FEFF72

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

Shades of Laser Lemon #FEFF72

Tints of Laser Lemon #FEFF72

Color information

#FEFF72 (or 0xFEFF72) is unknown color: approx Laser Lemon. HEX triplet: FE, FF and 72. RGB value is (254,255,114). Sum of RGB (Red+Green+Blue) = 254+255+114=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 114 (44.92% from 255 or 18.30% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF72 is #01008D. Grayscale: #EFEFEF. Windows color (decimal): -65678 or 7536638. OLE color: 7536638.

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

Color convert

RGB254255114-
CMYK0.0000.550
HSL60.43º100%72.35%-
HSV(B)60.43º55.29%100%-
XYZ79.6793.8129.83-
YUV238.6357.67138.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 114 (44.92% from 255) = 18.30%
R=40.77%
G=40.93%
B=18.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551140.0000.55060.4310072.35
HexFEFF72003703c6448
Octal3763771620067074144110
Binary1111111011111111111001000110111011110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF72; }

 p { color: rgb(254,255,114); }

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

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

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

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

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

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

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