#FCDA6B

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

Shades of Sweet Corn #FCDA6B

Tints of Sweet Corn #FCDA6B

Color information

#FCDA6B (or 0xFCDA6B) is unknown color: approx Sweet Corn. HEX triplet: FC, DA and 6B. RGB value is (252,218,107). Sum of RGB (Red+Green+Blue) = 252+218+107=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA6B is #032594. Grayscale: #D7D7D7. Windows color (decimal): -206229 or 7068412. OLE color: 7068412.

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

Color convert

RGB252218107-
CMYK00.130.580.01
HSL45.93º96.03%70.39%-
HSV(B)45.93º57.54%98.82%-
XYZ67.8771.924.21-
YUV215.5166.76154.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.67%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 107 (42.19% from 255) = 18.54%
R=43.67%
G=37.78%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221810700.130.580.0145.9396.0370.39
HexFCDA6B0D3A12e6046
Octal37433215301572156140106
Binary1111110011011010110101101101111010110111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA6B; }

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

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

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

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

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

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

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

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