#FDF361

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

Shades of Corn #FDF361

Tints of Corn #FDF361

Color information

#FDF361 (or 0xFDF361) is unknown color: approx Corn. HEX triplet: FD, F3 and 61. RGB value is (253,243,97). Sum of RGB (Red+Green+Blue) = 253+243+97=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 97 (38.28% from 255 or 16.36% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF361 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF361 is #020C9E. Grayscale: #E5E5E5. Windows color (decimal): -134303 or 6419453. OLE color: 6419453.

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

Color convert

RGB25324397-
CMYK00.040.620.01
HSL56.15º97.5%68.63%-
HSV(B)56.15º61.66%99.22%-
XYZ74.7285.8523.94-
YUV229.3553.31144.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 243 (95.31% from 255) = 40.98%
BLUE value IS 97 (38.28% from 255) = 16.36%
R=42.66%
G=40.98%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532439700.040.620.0156.1597.568.63
HexFDF361043E1386245
Octal3753631410476170142105
Binary111111011111001111000010100111110111100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF361; }

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

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

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

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

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

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

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

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