Html Css Color HEX #FDE46D Sweet Corn

📋 copy color: '#FDE46D'

red 253 ◦ green 228 ◦ blue 109

#FDE46D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Corn #FDE46D

Tints of Sweet Corn #FDE46D

RGB

 RED value IS 253 (99.22% from 255) = 42.88%

 GREEN value IS 228 (89.45% from 255) = 38.64%

 BLUE value IS 109 (42.97% from 255) = 18.47%

R = 42.88%
G = 38.64%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDE46D (or 0xFDE46D) is known color: Sweet Corn. HEX triplet: FD, E4 and 6D. RGB value is (253,228,109). Sum of RGB (Red+Green+Blue) = 253+228+109=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 109 (42.97% from 255 or 18.47% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE46D is #021B92. Grayscale: #DEDEDE. Windows color (decimal): -138131 or 7202045. OLE color: 7202045.

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

Color convert

RGB 253 228 109 -
CMYK 0 0.10 0.57 0.01
HSL 49.58º 0.97% 0.71% -
HSV(B) 49.58º 0.57% 0.99% -
XYZ 71.01 77.47 25.68 -
YUV 221.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 253 228 109 0 0.10 0.57 0.01 49.58 0.97 0.71
Hex FD E4 6D 0 A 39 1 32 61 47
Octal 375 344 155 0 12 71 1 62 141 107
Binary 11111101 11100100 1101101 0 1010 111001 1 110010 1100001 1000111

Color Harmonies of #FDE46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE46D

Black with #FDE46D

Text Example


Text Example

White with #FDE46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE46D; }

 p { color: rgb(253,228,109); }

 H1.HeaderClassName
 {
   color: #FDE46D;
 }
 .AnyTagClassName
 {
   color: #FDE46D;
 }
</style>

background-color css

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

 a { background-color: rgb(253,228,109); }

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

border-color css

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

 span { border-color: rgb(253,228,109); }

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