#FDF660

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

Shades of Corn #FDF660

Tints of Corn #FDF660

Color information

#FDF660 (or 0xFDF660) is unknown color: approx Corn. HEX triplet: FD, F6 and 60. RGB value is (253,246,96). Sum of RGB (Red+Green+Blue) = 253+246+96=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 96 (37.89% from 255 or 16.13% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF660 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF660 is #02099F. Grayscale: #E7E7E7. Windows color (decimal): -133536 or 6354685. OLE color: 6354685.

HSL color Cylindrical-coordinate representation of color #FDF660: hue angle of 57.32º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDF660 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25324696-
CMYK00.030.620.01
HSL57.32º97.52%68.43%-
HSV(B)57.32º62.06%99.22%-
XYZ75.5887.6424-
YUV230.9951.82143.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 246 (96.48% from 255) = 41.34%
BLUE value IS 96 (37.89% from 255) = 16.13%
R=42.52%
G=41.34%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532469600.030.620.0157.3297.5268.43
HexFDF660033E1396244
Octal3753661400376171142104
Binary11111101111101101100000011111110111100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF660; }

 p { color: rgb(253,246,96); }

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

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

 a { background-color: rgb(253,246,96); }

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

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

 span { border-color: rgb(253,246,96); }

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