Html Css Color HEX #FDE575 Sweet Corn

📋 copy color: '#FDE575'

red 253 ◦ green 229 ◦ blue 117

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

Shades of Sweet Corn #FDE575

Tints of Sweet Corn #FDE575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.23%

 BLUE value IS 117 (46.09% from 255) = 19.53%

R = 42.24%
G = 38.23%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDE575 (or 0xFDE575) is known color: Sweet Corn. HEX triplet: FD, E5 and 75. RGB value is (253,229,117). Sum of RGB (Red+Green+Blue) = 253+229+117=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 117 (46.09% from 255 or 19.53% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE575 is #021A8A. Grayscale: #DFDFDF. Windows color (decimal): -137867 or 7726589. OLE color: 7726589.

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

Color convert

RGB 253 229 117 -
CMYK 0 0.09 0.54 0.01
HSL 49.41º 0.97% 0.73% -
HSV(B) 49.41º 0.54% 0.99% -
XYZ 71.74 78.21 28.14 -
YUV 223.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 253 229 117 0 0.09 0.54 0.01 49.41 0.97 0.73
Hex FD E5 75 0 9 36 1 31 61 49
Octal 375 345 165 0 11 66 1 61 141 111
Binary 11111101 11100101 1110101 0 1001 110110 1 110001 1100001 1001001

Color Harmonies of #FDE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE575

Black with #FDE575

Text Example


Text Example

White with #FDE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE575; }

 p { color: rgb(253,229,117); }

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

background-color css

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

 a { background-color: rgb(253,229,117); }

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

border-color css

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

 span { border-color: rgb(253,229,117); }

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