Html Css Color HEX #FEDC74 Sweet Corn

📋 copy color: '#FEDC74'

red 254 ◦ green 220 ◦ blue 116

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

Shades of Sweet Corn #FEDC74

Tints of Sweet Corn #FEDC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.29%

 BLUE value IS 116 (45.7% from 255) = 19.66%

R = 43.05%
G = 37.29%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEDC74 (or 0xFEDC74) is known color: Sweet Corn. HEX triplet: FE, DC and 74. RGB value is (254,220,116). Sum of RGB (Red+Green+Blue) = 254+220+116=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC74 is #01238B. Grayscale: #DADADA. Windows color (decimal): -74636 or 7658750. OLE color: 7658750.

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

Color convert

RGB 254 220 116 -
CMYK 0 0.13 0.54 0.00
HSL 45.22º 0.99% 0.73% -
HSV(B) 45.22º 0.54% 1% -
XYZ 69.62 73.52 27.04 -
YUV 218.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 254 220 116 0 0.13 0.54 0.00 45.22 0.99 0.73
Hex FE DC 74 0 D 36 0 2D 63 49
Octal 376 334 164 0 15 66 0 55 143 111
Binary 11111110 11011100 1110100 0 1101 110110 0 101101 1100011 1001001

Color Harmonies of #FEDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC74

Black with #FEDC74

Text Example


Text Example

White with #FEDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC74; }

 p { color: rgb(254,220,116); }

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

background-color css

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

 a { background-color: rgb(254,220,116); }

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

border-color css

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

 span { border-color: rgb(254,220,116); }

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