Html Css Color HEX #FED96D Sweet Corn

📋 copy color: '#FED96D'

red 254 ◦ green 217 ◦ blue 109

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

Shades of Sweet Corn #FED96D

Tints of Sweet Corn #FED96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.79%

R = 43.79%
G = 37.41%
B = 18.79%

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

#FED96D (or 0xFED96D) is known color: Sweet Corn. HEX triplet: FE, D9 and 6D. RGB value is (254,217,109). Sum of RGB (Red+Green+Blue) = 254+217+109=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 109 (42.97% from 255 or 18.79% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FED96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED96D is #012692. Grayscale: #D8D8D8. Windows color (decimal): -75411 or 7199230. OLE color: 7199230.

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

Color convert

RGB 254 217 109 -
CMYK 0 0.15 0.57 0.00
HSL 44.69º 0.99% 0.71% -
HSV(B) 44.69º 0.57% 1% -
XYZ 68.45 71.8 24.72 -
YUV 215.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 254 217 109 0 0.15 0.57 0.00 44.69 0.99 0.71
Hex FE D9 6D 0 F 39 0 2D 63 47
Octal 376 331 155 0 17 71 0 55 143 107
Binary 11111110 11011001 1101101 0 1111 111001 0 101101 1100011 1000111

Color Harmonies of #FED96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED96D

Black with #FED96D

Text Example


Text Example

White with #FED96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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