#FDF560

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

Shades of Corn #FDF560

Tints of Corn #FDF560

Color information

#FDF560 (or 0xFDF560) is unknown color: approx Corn. HEX triplet: FD, F5 and 60. RGB value is (253,245,96). Sum of RGB (Red+Green+Blue) = 253+245+96=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 96 (37.89% from 255 or 16.16% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF560 is #020A9F. Grayscale: #E7E7E7. Windows color (decimal): -133792 or 6354429. OLE color: 6354429.

HSL color Cylindrical-coordinate representation of color #FDF560: hue angle of 56.94º 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 #FDF560 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25324596-
CMYK00.030.620.01
HSL56.94º97.52%68.43%-
HSV(B)56.94º62.06%99.22%-
XYZ75.2787.0323.9-
YUV230.4152.15144.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 245 (96.09% from 255) = 41.25%
BLUE value IS 96 (37.89% from 255) = 16.16%
R=42.59%
G=41.25%
B=16.16%

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
Decimal2532459600.030.620.0156.9497.5268.43
HexFDF560033E1396244
Octal3753651400376171142104
Binary11111101111101011100000011111110111100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF560; }

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

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

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

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

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

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

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

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