Html Css Color HEX #FDE46E Sweet Corn

📋 copy color: '#FDE46E'

red 253 ◦ green 228 ◦ blue 110

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

Shades of Sweet Corn #FDE46E

Tints of Sweet Corn #FDE46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.61%

R = 42.81%
G = 38.58%
B = 18.61%

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

#FDE46E (or 0xFDE46E) is known color: Sweet Corn. HEX triplet: FD, E4 and 6E. RGB value is (253,228,110). Sum of RGB (Red+Green+Blue) = 253+228+110=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 110 (43.36% from 255 or 18.61% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE46E is #021B91. Grayscale: #DEDEDE. Windows color (decimal): -138130 or 7267581. OLE color: 7267581.

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

Color convert

RGB 253 228 110 -
CMYK 0 0.10 0.57 0.01
HSL 49.51º 0.97% 0.71% -
HSV(B) 49.51º 0.57% 0.99% -
XYZ 71.07 77.5 25.96 -
YUV 222.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 253 228 110 0 0.10 0.57 0.01 49.51 0.97 0.71
Hex FD E4 6E 0 A 39 1 32 61 47
Octal 375 344 156 0 12 71 1 62 141 107
Binary 11111101 11100100 1101110 0 1010 111001 1 110010 1100001 1000111

Color Harmonies of #FDE46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE46E

Black with #FDE46E

Text Example


Text Example

White with #FDE46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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