Html Css Color HEX #FDE176 Sweet Corn

📋 copy color: '#FDE176'

red 253 ◦ green 225 ◦ blue 118

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

Shades of Sweet Corn #FDE176

Tints of Sweet Corn #FDE176

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.75%

 BLUE value IS 118 (46.48% from 255) = 19.8%

R = 42.45%
G = 37.75%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDE176 (or 0xFDE176) is known color: Sweet Corn. HEX triplet: FD, E1 and 76. RGB value is (253,225,118). Sum of RGB (Red+Green+Blue) = 253+225+118=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 118 (46.48% from 255 or 19.80% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE176 is #021E89. Grayscale: #DDDDDD. Windows color (decimal): -138890 or 7791101. OLE color: 7791101.

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

Color convert

RGB 253 225 118 -
CMYK 0 0.11 0.53 0.01
HSL 47.56º 0.97% 0.73% -
HSV(B) 47.56º 0.53% 0.99% -
XYZ 70.7 76.04 28.09 -
YUV 221.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 253 225 118 0 0.11 0.53 0.01 47.56 0.97 0.73
Hex FD E1 76 0 B 35 1 30 61 49
Octal 375 341 166 0 13 65 1 60 141 111
Binary 11111101 11100001 1110110 0 1011 110101 1 110000 1100001 1001001

Color Harmonies of #FDE176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE176

Black with #FDE176

Text Example


Text Example

White with #FDE176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE176; }

 p { color: rgb(253,225,118); }

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

background-color css

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

 a { background-color: rgb(253,225,118); }

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

border-color css

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

 span { border-color: rgb(253,225,118); }

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