Html Css Color HEX #FDE175 Sweet Corn

📋 copy color: '#FDE175'

red 253 ◦ green 225 ◦ blue 117

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

Shades of Sweet Corn #FDE175

Tints of Sweet Corn #FDE175

RGB

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

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

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

R = 42.52%
G = 37.82%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDE175 (or 0xFDE175) is known color: Sweet Corn. HEX triplet: FD, E1 and 75. RGB value is (253,225,117). Sum of RGB (Red+Green+Blue) = 253+225+117=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE175 is #021E8A. Grayscale: #DDDDDD. Windows color (decimal): -138891 or 7725565. OLE color: 7725565.

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

Color convert

RGB 253 225 117 -
CMYK 0 0.11 0.54 0.01
HSL 47.65º 0.97% 0.73% -
HSV(B) 47.65º 0.54% 0.99% -
XYZ 70.64 76.02 27.78 -
YUV 221.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 253 225 117 0 0.11 0.54 0.01 47.65 0.97 0.73
Hex FD E1 75 0 B 36 1 30 61 49
Octal 375 341 165 0 13 66 1 60 141 111
Binary 11111101 11100001 1110101 0 1011 110110 1 110000 1100001 1001001

Color Harmonies of #FDE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE175

Black with #FDE175

Text Example


Text Example

White with #FDE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE175; }

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

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

background-color css

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

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

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

border-color css

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

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

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