#FDF261

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

Shades of Corn #FDF261

Tints of Corn #FDF261

Color information

#FDF261 (or 0xFDF261) is unknown color: approx Corn. HEX triplet: FD, F2 and 61. RGB value is (253,242,97). Sum of RGB (Red+Green+Blue) = 253+242+97=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 97 (38.28% from 255 or 16.39% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF261 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF261 is #020D9E. Grayscale: #E5E5E5. Windows color (decimal): -134559 or 6419197. OLE color: 6419197.

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

Color convert

RGB25324297-
CMYK00.040.620.01
HSL55.77º97.5%68.63%-
HSV(B)55.77º61.66%99.22%-
XYZ74.4285.2523.84-
YUV228.7653.64145.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.74%
GREEN value IS 242 (94.92% from 255) = 40.88%
BLUE value IS 97 (38.28% from 255) = 16.39%
R=42.74%
G=40.88%
B=16.39%

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
Decimal2532429700.040.620.0155.7797.568.63
HexFDF261043E1386245
Octal3753621410476170142105
Binary111111011111001011000010100111110111100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF261; }

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

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

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

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

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

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

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

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