#FDF25D

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

Shades of Corn #FDF25D

Tints of Corn #FDF25D

Color information

#FDF25D (or 0xFDF25D) is unknown color: approx Corn. HEX triplet: FD, F2 and 5D. RGB value is (253,242,93). Sum of RGB (Red+Green+Blue) = 253+242+93=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 93 (36.72% from 255 or 15.82% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF25D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF25D is #020DA2. Grayscale: #E4E4E4. Windows color (decimal): -134563 or 6157053. OLE color: 6157053.

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

Color convert

RGB25324293-
CMYK00.040.630.01
HSL55.88º97.56%67.84%-
HSV(B)55.88º63.24%99.22%-
XYZ74.2485.1822.88-
YUV228.351.64145.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 242 (94.92% from 255) = 41.16%
BLUE value IS 93 (36.72% from 255) = 15.82%
R=43.03%
G=41.16%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532429300.040.630.0155.8897.5667.84
HexFDF25D043F1386244
Octal3753621350477170142104
Binary111111011111001010111010100111111111100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF25D; }

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

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

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

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

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

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

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

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