#FDF063

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

Shades of Corn #FDF063

Tints of Corn #FDF063

Color information

#FDF063 (or 0xFDF063) is unknown color: approx Corn. HEX triplet: FD, F0 and 63. RGB value is (253,240,99). Sum of RGB (Red+Green+Blue) = 253+240+99=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 99 (39.06% from 255 or 16.72% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF063 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF063 is #020F9C. Grayscale: #E4E4E4. Windows color (decimal): -135069 or 6549757. OLE color: 6549757.

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

Color convert

RGB25324099-
CMYK00.050.610.01
HSL54.94º97.47%69.02%-
HSV(B)54.94º60.87%99.22%-
XYZ73.9284.124.14-
YUV227.8155.31145.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.74%
GREEN value IS 240 (94.14% from 255) = 40.54%
BLUE value IS 99 (39.06% from 255) = 16.72%
R=42.74%
G=40.54%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532409900.050.610.0154.9497.4769.02
HexFDF063053D1376145
Octal3753601430575167141105
Binary111111011111000011000110101111101111011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF063; }

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

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

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

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

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

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

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

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