#FDF457

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

Shades of Corn #FDF457

Tints of Corn #FDF457

Color information

#FDF457 (or 0xFDF457) is unknown color: approx Corn. HEX triplet: FD, F4 and 57. RGB value is (253,244,87). Sum of RGB (Red+Green+Blue) = 253+244+87=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 87 (34.38% from 255 or 14.90% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF457 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF457 is #020BA8. Grayscale: #E5E5E5. Windows color (decimal): -134057 or 5764349. OLE color: 5764349.

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

Color convert

RGB25324487-
CMYK00.040.660.01
HSL56.75º97.65%66.67%-
HSV(B)56.75º65.61%99.22%-
XYZ74.5886.2721.74-
YUV228.7947.98145.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 244 (95.70% from 255) = 41.78%
BLUE value IS 87 (34.38% from 255) = 14.90%
R=43.32%
G=41.78%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532448700.040.660.0156.7597.6566.67
HexFDF45704421396243
Octal37536412704102171142103
Binary1111110111110100101011101001000010111100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF457; }

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

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

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

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

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

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

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

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