Html Css Color HEX #FDE171 Sweet Corn

📋 copy color: '#FDE171'

red 253 ◦ green 225 ◦ blue 113

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

Shades of Sweet Corn #FDE171

Tints of Sweet Corn #FDE171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.12%

R = 42.81%
G = 38.07%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDE171 (or 0xFDE171) is known color: Sweet Corn. HEX triplet: FD, E1 and 71. RGB value is (253,225,113). Sum of RGB (Red+Green+Blue) = 253+225+113=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 113 (44.53% from 255 or 19.12% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE171 is #021E8E. Grayscale: #DDDDDD. Windows color (decimal): -138895 or 7463421. OLE color: 7463421.

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

Color convert

RGB 253 225 113 -
CMYK 0 0.11 0.55 0.01
HSL 48º 0.97% 0.72% -
HSV(B) 48º 0.55% 0.99% -
XYZ 70.41 75.93 26.57 -
YUV 220.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 253 225 113 0 0.11 0.55 0.01 48 0.97 0.72
Hex FD E1 71 0 B 37 1 30 61 48
Octal 375 341 161 0 13 67 1 60 141 110
Binary 11111101 11100001 1110001 0 1011 110111 1 110000 1100001 1001000

Color Harmonies of #FDE171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE171

Black with #FDE171

Text Example


Text Example

White with #FDE171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE171; }

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

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

background-color css

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

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

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

border-color css

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

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

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