#FDF45A

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

Shades of Corn #FDF45A

Tints of Corn #FDF45A

Color information

#FDF45A (or 0xFDF45A) is unknown color: approx Corn. HEX triplet: FD, F4 and 5A. RGB value is (253,244,90). Sum of RGB (Red+Green+Blue) = 253+244+90=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 90 (35.55% from 255 or 15.33% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF45A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF45A is #020BA5. Grayscale: #E5E5E5. Windows color (decimal): -134054 or 5960957. OLE color: 5960957.

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

Color convert

RGB25324490-
CMYK00.040.640.01
HSL56.69º97.6%67.25%-
HSV(B)56.69º64.43%99.22%-
XYZ74.786.3222.4-
YUV229.1349.48145.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.10%
GREEN value IS 244 (95.70% from 255) = 41.57%
BLUE value IS 90 (35.55% from 255) = 15.33%
R=43.10%
G=41.57%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532449000.040.640.0156.6997.667.25
HexFDF45A04401396243
Octal37536413204100171142103
Binary1111110111110100101101001001000000111100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF45A; }

 p { color: rgb(253,244,90); }

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

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

 a { background-color: rgb(253,244,90); }

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

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

 span { border-color: rgb(253,244,90); }

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