#FDF463

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

Shades of Corn #FDF463

Tints of Corn #FDF463

Color information

#FDF463 (or 0xFDF463) is unknown color: approx Corn. HEX triplet: FD, F4 and 63. RGB value is (253,244,99). Sum of RGB (Red+Green+Blue) = 253+244+99=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 99 (39.06% from 255 or 16.61% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF463 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF463 is #020B9C. Grayscale: #E6E6E6. Windows color (decimal): -134045 or 6550781. OLE color: 6550781.

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

Color convert

RGB25324499-
CMYK00.040.610.01
HSL56.49º97.47%69.02%-
HSV(B)56.49º60.87%99.22%-
XYZ75.1186.4824.54-
YUV230.1653.98144.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 244 (95.70% from 255) = 40.94%
BLUE value IS 99 (39.06% from 255) = 16.61%
R=42.45%
G=40.94%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532449900.040.610.0156.4997.4769.02
HexFDF463043D1386145
Octal3753641430475170141105
Binary111111011111010011000110100111101111100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF463; }

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

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

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

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

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

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

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

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