Html Css Color HEX #FEDC72 Sweet Corn

📋 copy color: '#FEDC72'

red 254 ◦ green 220 ◦ blue 114

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

Shades of Sweet Corn #FEDC72

Tints of Sweet Corn #FEDC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.39%

R = 43.2%
G = 37.41%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEDC72 (or 0xFEDC72) is known color: Sweet Corn. HEX triplet: FE, DC and 72. RGB value is (254,220,114). Sum of RGB (Red+Green+Blue) = 254+220+114=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC72 is #01238D. Grayscale: #DADADA. Windows color (decimal): -74638 or 7527678. OLE color: 7527678.

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

Color convert

RGB 254 220 114 -
CMYK 0 0.13 0.55 0.00
HSL 45.43º 0.99% 0.72% -
HSV(B) 45.43º 0.55% 1% -
XYZ 69.5 73.47 26.44 -
YUV 218.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 254 220 114 0 0.13 0.55 0.00 45.43 0.99 0.72
Hex FE DC 72 0 D 37 0 2D 63 48
Octal 376 334 162 0 15 67 0 55 143 110
Binary 11111110 11011100 1110010 0 1101 110111 0 101101 1100011 1001000

Color Harmonies of #FEDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC72

Black with #FEDC72

Text Example


Text Example

White with #FEDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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