Html Css Color HEX #FEDD79 Sweet Corn

📋 copy color: '#FEDD79'

red 254 ◦ green 221 ◦ blue 121

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

Shades of Sweet Corn #FEDD79

Tints of Sweet Corn #FEDD79

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.08%

 BLUE value IS 121 (47.66% from 255) = 20.3%

R = 42.62%
G = 37.08%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEDD79 (or 0xFEDD79) is known color: Sweet Corn. HEX triplet: FE, DD and 79. RGB value is (254,221,121). Sum of RGB (Red+Green+Blue) = 254+221+121=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 121 (47.66% from 255 or 20.30% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD79 is #012286. Grayscale: #DBDBDB. Windows color (decimal): -74375 or 7986686. OLE color: 7986686.

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

Color convert

RGB 254 221 121 -
CMYK 0 0.13 0.52 0.00
HSL 45.11º 0.99% 0.74% -
HSV(B) 45.11º 0.52% 1% -
XYZ 70.18 74.16 28.71 -
YUV 219.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 254 221 121 0 0.13 0.52 0.00 45.11 0.99 0.74
Hex FE DD 79 0 D 34 0 2D 63 4A
Octal 376 335 171 0 15 64 0 55 143 112
Binary 11111110 11011101 1111001 0 1101 110100 0 101101 1100011 1001010

Color Harmonies of #FEDD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD79

Black with #FEDD79

Text Example


Text Example

White with #FEDD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD79; }

 p { color: rgb(254,221,121); }

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

background-color css

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

 a { background-color: rgb(254,221,121); }

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

border-color css

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

 span { border-color: rgb(254,221,121); }

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