Html Css Color HEX #FEDE79 Sweet Corn

📋 copy color: '#FEDE79'

red 254 ◦ green 222 ◦ blue 121

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

Shades of Sweet Corn #FEDE79

Tints of Sweet Corn #FEDE79

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.19%

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

R = 42.55%
G = 37.19%
B = 20.27%

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

#FEDE79 (or 0xFEDE79) is known color: Sweet Corn. HEX triplet: FE, DE and 79. RGB value is (254,222,121). Sum of RGB (Red+Green+Blue) = 254+222+121=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 121 (47.66% from 255 or 20.27% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE79 is #012186. Grayscale: #DCDCDC. Windows color (decimal): -74119 or 7986942. OLE color: 7986942.

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

Color convert

RGB 254 222 121 -
CMYK 0 0.13 0.52 0.00
HSL 45.56º 0.99% 0.74% -
HSV(B) 45.56º 0.52% 1% -
XYZ 70.45 74.69 28.79 -
YUV 220.05 72.1 152.21 -
System Red Green Blue C M Y K H S L
Decimal 254 222 121 0 0.13 0.52 0.00 45.56 0.99 0.74
Hex FE DE 79 0 D 34 0 2E 63 4A
Octal 376 336 171 0 15 64 0 56 143 112
Binary 11111110 11011110 1111001 0 1101 110100 0 101110 1100011 1001010

Color Harmonies of #FEDE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE79

Black with #FEDE79

Text Example


Text Example

White with #FEDE79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE79; }

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

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

background-color css

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

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

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

border-color css

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

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

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