Html Css Color HEX #FDE76C Sweet Corn

📋 copy color: '#FDE76C'

red 253 ◦ green 231 ◦ blue 108

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

Shades of Sweet Corn #FDE76C

Tints of Sweet Corn #FDE76C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.02%

 BLUE value IS 108 (42.58% from 255) = 18.24%

R = 42.74%
G = 39.02%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDE76C (or 0xFDE76C) is known color: Sweet Corn. HEX triplet: FD, E7 and 6C. RGB value is (253,231,108). Sum of RGB (Red+Green+Blue) = 253+231+108=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 108 (42.58% from 255 or 18.24% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE76C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE76C is #021893. Grayscale: #E0E0E0. Windows color (decimal): -137364 or 7137277. OLE color: 7137277.

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

Color convert

RGB 253 231 108 -
CMYK 0 0.09 0.57 0.01
HSL 50.9º 0.97% 0.71% -
HSV(B) 50.9º 0.57% 0.99% -
XYZ 71.79 79.12 25.67 -
YUV 223.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 253 231 108 0 0.09 0.57 0.01 50.9 0.97 0.71
Hex FD E7 6C 0 9 39 1 33 61 47
Octal 375 347 154 0 11 71 1 63 141 107
Binary 11111101 11100111 1101100 0 1001 111001 1 110011 1100001 1000111

Color Harmonies of #FDE76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE76C

Black with #FDE76C

Text Example


Text Example

White with #FDE76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE76C; }

 p { color: rgb(253,231,108); }

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

background-color css

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

 a { background-color: rgb(253,231,108); }

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

border-color css

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

 span { border-color: rgb(253,231,108); }

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