Html Css Color HEX #FEDF79 Sweet Corn

📋 copy color: '#FEDF79'

red 254 ◦ green 223 ◦ blue 121

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

Shades of Sweet Corn #FEDF79

Tints of Sweet Corn #FEDF79

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.29%

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

R = 42.47%
G = 37.29%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEDF79 (or 0xFEDF79) is known color: Sweet Corn. HEX triplet: FE, DF and 79. RGB value is (254,223,121). Sum of RGB (Red+Green+Blue) = 254+223+121=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 121 (47.66% from 255 or 20.23% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF79 is #012086. Grayscale: #DDDDDD. Windows color (decimal): -73863 or 7987198. OLE color: 7987198.

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

Color convert

RGB 254 223 121 -
CMYK 0 0.12 0.52 0.00
HSL 46.02º 0.99% 0.74% -
HSV(B) 46.02º 0.52% 1% -
XYZ 70.71 75.23 28.88 -
YUV 220.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 254 223 121 0 0.12 0.52 0.00 46.02 0.99 0.74
Hex FE DF 79 0 C 34 0 2E 63 4A
Octal 376 337 171 0 14 64 0 56 143 112
Binary 11111110 11011111 1111001 0 1100 110100 0 101110 1100011 1001010

Color Harmonies of #FEDF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF79

Black with #FEDF79

Text Example


Text Example

White with #FEDF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF79; }

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

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

background-color css

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

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

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

border-color css

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

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

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