Html Css Color HEX #FEDC73 Sweet Corn

📋 copy color: '#FEDC73'

red 254 ◦ green 220 ◦ blue 115

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

Shades of Sweet Corn #FEDC73

Tints of Sweet Corn #FEDC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.52%

R = 43.12%
G = 37.35%
B = 19.52%

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

#FEDC73 (or 0xFEDC73) is known color: Sweet Corn. HEX triplet: FE, DC and 73. RGB value is (254,220,115). Sum of RGB (Red+Green+Blue) = 254+220+115=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 115 (45.31% from 255 or 19.52% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC73 is #01238C. Grayscale: #DADADA. Windows color (decimal): -74637 or 7593214. OLE color: 7593214.

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

Color convert

RGB 254 220 115 -
CMYK 0 0.13 0.55 0.00
HSL 45.32º 0.99% 0.72% -
HSV(B) 45.32º 0.55% 1% -
XYZ 69.56 73.5 26.74 -
YUV 218.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 254 220 115 0 0.13 0.55 0.00 45.32 0.99 0.72
Hex FE DC 73 0 D 37 0 2D 63 48
Octal 376 334 163 0 15 67 0 55 143 110
Binary 11111110 11011100 1110011 0 1101 110111 0 101101 1100011 1001000

Color Harmonies of #FEDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC73

Black with #FEDC73

Text Example


Text Example

White with #FEDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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