#FDF963

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

Shades of Laser Lemon #FDF963

Tints of Laser Lemon #FDF963

Color information

#FDF963 (or 0xFDF963) is unknown color: approx Laser Lemon. HEX triplet: FD, F9 and 63. RGB value is (253,249,99). Sum of RGB (Red+Green+Blue) = 253+249+99=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 99 (39.06% from 255 or 16.47% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF963 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF963 is #02069C. Grayscale: #E9E9E9. Windows color (decimal): -132765 or 6552061. OLE color: 6552061.

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

Color convert

RGB25324999-
CMYK00.020.610.01
HSL58.44º97.47%69.02%-
HSV(B)58.44º60.87%99.22%-
XYZ76.6489.5325.05-
YUV233.152.33142.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 249 (97.66% from 255) = 41.43%
BLUE value IS 99 (39.06% from 255) = 16.47%
R=42.10%
G=41.43%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532499900.020.610.0158.4497.4769.02
HexFDF963023D13a6145
Octal3753711430275172141105
Binary11111101111110011100011010111101111101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF963; }

 p { color: rgb(253,249,99); }

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

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

 a { background-color: rgb(253,249,99); }

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

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

 span { border-color: rgb(253,249,99); }

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