#FDFE74

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

Shades of Laser Lemon #FDFE74

Tints of Laser Lemon #FDFE74

Color information

#FDFE74 (or 0xFDFE74) is unknown color: approx Laser Lemon. HEX triplet: FD, FE and 74. RGB value is (253,254,116). Sum of RGB (Red+Green+Blue) = 253+254+116=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 116 (45.70% from 255 or 18.62% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE74 is #02018B. Grayscale: #EEEEEE. Windows color (decimal): -131468 or 7667453. OLE color: 7667453.

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

Color convert

RGB253254116-
CMYK0.0000.540.00
HSL60.43º98.57%72.55%-
HSV(B)60.43º54.33%99.61%-
XYZ79.193.0330.31-
YUV237.9759.17138.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 116 (45.70% from 255) = 18.62%
R=40.61%
G=40.77%
B=18.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541160.0000.540.0060.4398.5772.55
HexFDFE74003603c6349
Octal3753761640066074143111
Binary1111110111111110111010000110110011110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE74; }

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

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

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

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

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

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

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

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