#FDF461

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

Shades of Corn #FDF461

Tints of Corn #FDF461

Color information

#FDF461 (or 0xFDF461) is unknown color: approx Corn. HEX triplet: FD, F4 and 61. RGB value is (253,244,97). Sum of RGB (Red+Green+Blue) = 253+244+97=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 97 (38.28% from 255 or 16.33% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF461 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF461 is #020B9E. Grayscale: #E6E6E6. Windows color (decimal): -134047 or 6419709. OLE color: 6419709.

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

Color convert

RGB25324497-
CMYK00.040.620.01
HSL56.54º97.5%68.63%-
HSV(B)56.54º61.66%99.22%-
XYZ75.0286.4524.04-
YUV229.9352.98144.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 244 (95.70% from 255) = 41.08%
BLUE value IS 97 (38.28% from 255) = 16.33%
R=42.59%
G=41.08%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532449700.040.620.0156.5497.568.63
HexFDF461043E1396245
Octal3753641410476171142105
Binary111111011111010011000010100111110111100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF461; }

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

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

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

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

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

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

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

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