#FDF364

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

Shades of Corn #FDF364

Tints of Corn #FDF364

Color information

#FDF364 (or 0xFDF364) is unknown color: approx Corn. HEX triplet: FD, F3 and 64. RGB value is (253,243,100). Sum of RGB (Red+Green+Blue) = 253+243+100=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 100 (39.45% from 255 or 16.78% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF364 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF364 is #020C9B. Grayscale: #E6E6E6. Windows color (decimal): -134300 or 6616061. OLE color: 6616061.

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

Color convert

RGB253243100-
CMYK00.040.600.01
HSL56.08º97.45%69.22%-
HSV(B)56.08º60.47%99.22%-
XYZ74.8685.924.69-
YUV229.6954.81144.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 243 (95.31% from 255) = 40.77%
BLUE value IS 100 (39.45% from 255) = 16.78%
R=42.45%
G=40.77%
B=16.78%

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
Decimal25324310000.040.600.0156.0897.4569.22
HexFDF364043C1386145
Octal3753631440474170141105
Binary111111011111001111001000100111100111100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF364; }

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

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

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

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

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

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

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

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