Html Css Color HEX #FDE180 Sweet Corn

📋 copy color: '#FDE180'

red 253 ◦ green 225 ◦ blue 128

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

Shades of Sweet Corn #FDE180

Tints of Sweet Corn #FDE180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.12%

R = 41.75%
G = 37.13%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDE180 (or 0xFDE180) is known color: Sweet Corn. HEX triplet: FD, E1 and 80. RGB value is (253,225,128). Sum of RGB (Red+Green+Blue) = 253+225+128=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE180 is #021E7F. Grayscale: #DEDEDE. Windows color (decimal): -138880 or 8446461. OLE color: 8446461.

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

Color convert

RGB 253 225 128 -
CMYK 0 0.11 0.49 0.01
HSL 46.56º 0.97% 0.75% -
HSV(B) 46.56º 0.49% 0.99% -
XYZ 71.33 76.29 31.39 -
YUV 222.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 253 225 128 0 0.11 0.49 0.01 46.56 0.97 0.75
Hex FD E1 80 0 B 31 1 2F 61 4B
Octal 375 341 200 0 13 61 1 57 141 113
Binary 11111101 11100001 10000000 0 1011 110001 1 101111 1100001 1001011

Color Harmonies of #FDE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE180

Black with #FDE180

Text Example


Text Example

White with #FDE180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE180; }

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

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

background-color css

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

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

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

border-color css

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

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

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