#FDF75D

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

Shades of Corn #FDF75D

Tints of Corn #FDF75D

Color information

#FDF75D (or 0xFDF75D) is unknown color: approx Corn. HEX triplet: FD, F7 and 5D. RGB value is (253,247,93). Sum of RGB (Red+Green+Blue) = 253+247+93=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 93 (36.72% from 255 or 15.68% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF75D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF75D is #0208A2. Grayscale: #E7E7E7. Windows color (decimal): -133283 or 6158333. OLE color: 6158333.

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

Color convert

RGB25324793-
CMYK00.020.630.01
HSL57.75º97.56%67.84%-
HSV(B)57.75º63.24%99.22%-
XYZ75.7488.1923.39-
YUV231.2449.99143.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 247 (96.88% from 255) = 41.65%
BLUE value IS 93 (36.72% from 255) = 15.68%
R=42.66%
G=41.65%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532479300.020.630.0157.7597.5667.84
HexFDF75D023F13a6244
Octal3753671350277172142104
Binary11111101111101111011101010111111111101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF75D; }

 p { color: rgb(253,247,93); }

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

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

 a { background-color: rgb(253,247,93); }

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

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

 span { border-color: rgb(253,247,93); }

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