#FDF065

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

Shades of Corn #FDF065

Tints of Corn #FDF065

Color information

#FDF065 (or 0xFDF065) is unknown color: approx Corn. HEX triplet: FD, F0 and 65. RGB value is (253,240,101). Sum of RGB (Red+Green+Blue) = 253+240+101=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 101 (39.84% from 255 or 17.00% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF065 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF065 is #020F9A. Grayscale: #E4E4E4. Windows color (decimal): -135067 or 6680829. OLE color: 6680829.

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

Color convert

RGB253240101-
CMYK00.050.600.01
HSL54.87º97.44%69.41%-
HSV(B)54.87º60.08%99.22%-
XYZ74.0284.1424.65-
YUV228.0456.31145.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 240 (94.14% from 255) = 40.40%
BLUE value IS 101 (39.84% from 255) = 17.00%
R=42.59%
G=40.40%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324010100.050.600.0154.8797.4469.41
HexFDF065053C1376145
Octal3753601450574167141105
Binary111111011111000011001010101111100111011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF065; }

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

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

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

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

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

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

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

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