#FDF058

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

Shades of Corn #FDF058

Tints of Corn #FDF058

Color information

#FDF058 (or 0xFDF058) is unknown color: approx Corn. HEX triplet: FD, F0 and 58. RGB value is (253,240,88). Sum of RGB (Red+Green+Blue) = 253+240+88=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 88 (34.77% from 255 or 15.15% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF058 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF058 is #020FA7. Grayscale: #E3E3E3. Windows color (decimal): -135080 or 5828861. OLE color: 5828861.

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

Color convert

RGB25324088-
CMYK00.050.650.01
HSL55.27º97.63%66.86%-
HSV(B)55.27º65.22%99.22%-
XYZ73.4383.9121.56-
YUV226.5649.81146.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.55%
GREEN value IS 240 (94.14% from 255) = 41.31%
BLUE value IS 88 (34.77% from 255) = 15.15%
R=43.55%
G=41.31%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532408800.050.650.0155.2797.6366.86
HexFDF05805411376243
Octal37536013005101167142103
Binary1111110111110000101100001011000001111011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF058; }

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

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

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

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

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

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

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

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