Html Css Color HEX #FED96E Sweet Corn

📋 copy color: '#FED96E'

red 254 ◦ green 217 ◦ blue 110

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

Shades of Sweet Corn #FED96E

Tints of Sweet Corn #FED96E

RGB

 RED value IS 254 (99.61% from 255) = 43.72%

 GREEN value IS 217 (85.16% from 255) = 37.35%

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

R = 43.72%
G = 37.35%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FED96E (or 0xFED96E) is known color: Sweet Corn. HEX triplet: FE, D9 and 6E. RGB value is (254,217,110). Sum of RGB (Red+Green+Blue) = 254+217+110=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 110 (43.36% from 255 or 18.93% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FED96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED96E is #012691. Grayscale: #D8D8D8. Windows color (decimal): -75410 or 7264766. OLE color: 7264766.

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

Color convert

RGB 254 217 110 -
CMYK 0 0.15 0.57 0.00
HSL 44.58º 0.99% 0.71% -
HSV(B) 44.58º 0.57% 1% -
XYZ 68.5 71.82 25 -
YUV 215.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 254 217 110 0 0.15 0.57 0.00 44.58 0.99 0.71
Hex FE D9 6E 0 F 39 0 2D 63 47
Octal 376 331 156 0 17 71 0 55 143 107
Binary 11111110 11011001 1101110 0 1111 111001 0 101101 1100011 1000111

Color Harmonies of #FED96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED96E

Black with #FED96E

Text Example


Text Example

White with #FED96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED96E; }

 p { color: rgb(254,217,110); }

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

background-color css

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

 a { background-color: rgb(254,217,110); }

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

border-color css

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

 span { border-color: rgb(254,217,110); }

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