#FDF365

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

Shades of Corn #FDF365

Tints of Corn #FDF365

Color information

#FDF365 (or 0xFDF365) is unknown color: approx Corn. HEX triplet: FD, F3 and 65. RGB value is (253,243,101). Sum of RGB (Red+Green+Blue) = 253+243+101=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 101 (39.84% from 255 or 16.92% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF365 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF365 is #020C9A. Grayscale: #E6E6E6. Windows color (decimal): -134299 or 6681597. OLE color: 6681597.

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

Color convert

RGB253243101-
CMYK00.040.600.01
HSL56.05º97.44%69.41%-
HSV(B)56.05º60.08%99.22%-
XYZ74.9185.9224.95-
YUV229.855.31144.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 243 (95.31% from 255) = 40.70%
BLUE value IS 101 (39.84% from 255) = 16.92%
R=42.38%
G=40.70%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324310100.040.600.0156.0597.4469.41
HexFDF365043C1386145
Octal3753631450474170141105
Binary111111011111001111001010100111100111100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF365; }

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

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

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

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

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

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

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

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