Html Css Color HEX #FDE875 Sweet Corn

📋 copy color: '#FDE875'

red 253 ◦ green 232 ◦ blue 117

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

Shades of Sweet Corn #FDE875

Tints of Sweet Corn #FDE875

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.54%

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

R = 42.03%
G = 38.54%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDE875 (or 0xFDE875) is known color: Sweet Corn. HEX triplet: FD, E8 and 75. RGB value is (253,232,117). Sum of RGB (Red+Green+Blue) = 253+232+117=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 117 (46.09% from 255 or 19.44% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE875 is #02178A. Grayscale: #E1E1E1. Windows color (decimal): -137099 or 7727357. OLE color: 7727357.

HSL color Cylindrical-coordinate representation of color #FDE875: hue angle of 50.74º 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 #FDE875 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 232 117 -
CMYK 0 0.08 0.54 0.01
HSL 50.74º 0.97% 0.73% -
HSV(B) 50.74º 0.54% 0.99% -
XYZ 72.58 79.88 28.42 -
YUV 225.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 253 232 117 0 0.08 0.54 0.01 50.74 0.97 0.73
Hex FD E8 75 0 8 36 1 33 61 49
Octal 375 350 165 0 10 66 1 63 141 111
Binary 11111101 11101000 1110101 0 1000 110110 1 110011 1100001 1001001

Color Harmonies of #FDE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE875

Black with #FDE875

Text Example


Text Example

White with #FDE875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE875; }

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

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

background-color css

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

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

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

border-color css

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

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

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