#FDFA68

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

Shades of Laser Lemon #FDFA68

Tints of Laser Lemon #FDFA68

Color information

#FDFA68 (or 0xFDFA68) is unknown color: approx Laser Lemon. HEX triplet: FD, FA and 68. RGB value is (253,250,104). Sum of RGB (Red+Green+Blue) = 253+250+104=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 104 (41.02% from 255 or 17.13% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFA68 is #020597. Grayscale: #EAEAEA. Windows color (decimal): -132504 or 6879997. OLE color: 6879997.

HSL color Cylindrical-coordinate representation of color #FDFA68: hue angle of 58.79º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDFA68 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB253250104-
CMYK00.010.590.01
HSL58.79º97.39%70%-
HSV(B)58.79º58.89%99.22%-
XYZ77.1990.2526.45-
YUV234.2554.49141.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 104 (41.02% from 255) = 17.13%
R=41.68%
G=41.19%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325010400.010.590.0158.7997.3970
HexFDFA68013B13b6146
Octal3753721500173173141106
Binary1111110111111010110100001111011111101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA68; }

 p { color: rgb(253,250,104); }

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

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

 a { background-color: rgb(253,250,104); }

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

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

 span { border-color: rgb(253,250,104); }

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