Html Css Color HEX #FDE46A Sweet Corn

📋 copy color: '#FDE46A'

red 253 ◦ green 228 ◦ blue 106

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

Shades of Sweet Corn #FDE46A

Tints of Sweet Corn #FDE46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.06%

R = 43.1%
G = 38.84%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDE46A (or 0xFDE46A) is known color: Sweet Corn. HEX triplet: FD, E4 and 6A. RGB value is (253,228,106). Sum of RGB (Red+Green+Blue) = 253+228+106=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 106 (41.80% from 255 or 18.06% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE46A is #021B95. Grayscale: #DEDEDE. Windows color (decimal): -138134 or 7005437. OLE color: 7005437.

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

Color convert

RGB 253 228 106 -
CMYK 0 0.10 0.58 0.01
HSL 49.8º 0.97% 0.7% -
HSV(B) 49.8º 0.58% 0.99% -
XYZ 70.85 77.41 24.84 -
YUV 221.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 253 228 106 0 0.10 0.58 0.01 49.8 0.97 0.7
Hex FD E4 6A 0 A 3A 1 32 61 46
Octal 375 344 152 0 12 72 1 62 141 106
Binary 11111101 11100100 1101010 0 1010 111010 1 110010 1100001 1000110

Color Harmonies of #FDE46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE46A

Black with #FDE46A

Text Example


Text Example

White with #FDE46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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