#FEFA70

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

Shades of Laser Lemon #FEFA70

Tints of Laser Lemon #FEFA70

Color information

#FEFA70 (or 0xFEFA70) is unknown color: approx Laser Lemon. HEX triplet: FE, FA and 70. RGB value is (254,250,112). Sum of RGB (Red+Green+Blue) = 254+250+112=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 112 (44.14% from 255 or 18.18% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA70 is #01058F. Grayscale: #ECECEC. Windows color (decimal): -66960 or 7404286. OLE color: 7404286.

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

Color convert

RGB254250112-
CMYK00.020.560.00
HSL58.31º98.61%71.76%-
HSV(B)58.31º55.91%99.61%-
XYZ77.9890.6128.71-
YUV235.4658.33141.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 112 (44.14% from 255) = 18.18%
R=41.23%
G=40.58%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425011200.020.560.0058.3198.6171.76
HexFEFA70023803a6348
Octal3763721600270072143110
Binary11111110111110101110000010111000011101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA70; }

 p { color: rgb(254,250,112); }

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

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

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

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

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

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

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