#FDDB6E

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

Shades of Sweet Corn #FDDB6E

Tints of Sweet Corn #FDDB6E

Color information

#FDDB6E (or 0xFDDB6E) is unknown color: approx Sweet Corn. HEX triplet: FD, DB and 6E. RGB value is (253,219,110). Sum of RGB (Red+Green+Blue) = 253+219+110=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 110 (43.36% from 255 or 18.90% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB6E is #022491. Grayscale: #D9D9D9. Windows color (decimal): -140434 or 7265277. OLE color: 7265277.

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

Color convert

RGB253219110-
CMYK00.130.570.01
HSL45.73º97.28%71.18%-
HSV(B)45.73º56.52%99.22%-
XYZ68.6572.6725.16-
YUV216.7467.76153.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.47%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 110 (43.36% from 255) = 18.90%
R=43.47%
G=37.63%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321911000.130.570.0145.7397.2871.18
HexFDDB6E0D3912e6147
Octal37533315601571156141107
Binary1111110111011011110111001101111001110111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDB6E; }

 p { color: rgb(253,219,110); }

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

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

 a { background-color: rgb(253,219,110); }

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

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

 span { border-color: rgb(253,219,110); }

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