#FDF061

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

Shades of Corn #FDF061

Tints of Corn #FDF061

Color information

#FDF061 (or 0xFDF061) is unknown color: approx Corn. HEX triplet: FD, F0 and 61. RGB value is (253,240,97). Sum of RGB (Red+Green+Blue) = 253+240+97=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 97 (38.28% from 255 or 16.44% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF061 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF061 is #020F9E. Grayscale: #E4E4E4. Windows color (decimal): -135071 or 6418685. OLE color: 6418685.

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

Color convert

RGB25324097-
CMYK00.050.620.01
HSL55º97.5%68.63%-
HSV(B)55º61.66%99.22%-
XYZ73.8384.0723.64-
YUV227.5854.31146.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 240 (94.14% from 255) = 40.68%
BLUE value IS 97 (38.28% from 255) = 16.44%
R=42.88%
G=40.68%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532409700.050.620.015597.568.63
HexFDF061053E1376245
Octal3753601410576167142105
Binary111111011111000011000010101111110111011111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF061; }

 p { color: rgb(253,240,97); }

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

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

 a { background-color: rgb(253,240,97); }

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

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

 span { border-color: rgb(253,240,97); }

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