Html Css Color HEX #FDE76E Sweet Corn

📋 copy color: '#FDE76E'

red 253 ◦ green 231 ◦ blue 110

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

Shades of Sweet Corn #FDE76E

Tints of Sweet Corn #FDE76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.52%

R = 42.59%
G = 38.89%
B = 18.52%

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

#FDE76E (or 0xFDE76E) is known color: Sweet Corn. HEX triplet: FD, E7 and 6E. RGB value is (253,231,110). Sum of RGB (Red+Green+Blue) = 253+231+110=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 110 (43.36% from 255 or 18.52% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE76E is #021891. Grayscale: #E0E0E0. Windows color (decimal): -137362 or 7268349. OLE color: 7268349.

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

Color convert

RGB 253 231 110 -
CMYK 0 0.09 0.57 0.01
HSL 50.77º 0.97% 0.71% -
HSV(B) 50.77º 0.57% 0.99% -
XYZ 71.9 79.16 26.24 -
YUV 223.78 63.79 148.84 -
System Red Green Blue C M Y K H S L
Decimal 253 231 110 0 0.09 0.57 0.01 50.77 0.97 0.71
Hex FD E7 6E 0 9 39 1 33 61 47
Octal 375 347 156 0 11 71 1 63 141 107
Binary 11111101 11100111 1101110 0 1001 111001 1 110011 1100001 1000111

Color Harmonies of #FDE76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE76E

Black with #FDE76E

Text Example


Text Example

White with #FDE76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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