#FCDA72

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

Shades of Sweet Corn #FCDA72

Tints of Sweet Corn #FCDA72

Color information

#FCDA72 (or 0xFCDA72) is unknown color: approx Sweet Corn. HEX triplet: FC, DA and 72. RGB value is (252,218,114). Sum of RGB (Red+Green+Blue) = 252+218+114=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA72 is #03258D. Grayscale: #D8D8D8. Windows color (decimal): -206222 or 7527164. OLE color: 7527164.

HSL color Cylindrical-coordinate representation of color #FCDA72: hue angle of 45.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCDA72 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB252218114-
CMYK00.130.550.01
HSL45.22º95.83%71.76%-
HSV(B)45.22º54.76%98.82%-
XYZ68.2572.0526.23-
YUV216.3170.26153.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 114 (44.92% from 255) = 19.52%
R=43.15%
G=37.33%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221811400.130.550.0145.2295.8371.76
HexFCDA720D3712d6048
Octal37433216201567155140110
Binary1111110011011010111001001101110111110110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA72; }

 p { color: rgb(252,218,114); }

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

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

 a { background-color: rgb(252,218,114); }

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

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

 span { border-color: rgb(252,218,114); }

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