Html Css Color HEX #FDE675 Sweet Corn

📋 copy color: '#FDE675'

red 253 ◦ green 230 ◦ blue 117

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

Shades of Sweet Corn #FDE675

Tints of Sweet Corn #FDE675

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.33%

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

R = 42.17%
G = 38.33%
B = 19.5%

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

#FDE675 (or 0xFDE675) is known color: Sweet Corn. HEX triplet: FD, E6 and 75. RGB value is (253,230,117). Sum of RGB (Red+Green+Blue) = 253+230+117=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 117 (46.09% from 255 or 19.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE675 is #02198A. Grayscale: #E0E0E0. Windows color (decimal): -137611 or 7726845. OLE color: 7726845.

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

Color convert

RGB 253 230 117 -
CMYK 0 0.09 0.54 0.01
HSL 49.85º 0.97% 0.73% -
HSV(B) 49.85º 0.54% 0.99% -
XYZ 72.02 78.76 28.24 -
YUV 224 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 253 230 117 0 0.09 0.54 0.01 49.85 0.97 0.73
Hex FD E6 75 0 9 36 1 32 61 49
Octal 375 346 165 0 11 66 1 62 141 111
Binary 11111101 11100110 1110101 0 1001 110110 1 110010 1100001 1001001

Color Harmonies of #FDE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE675

Black with #FDE675

Text Example


Text Example

White with #FDE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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