Html Css Color HEX #FEDC70 Sweet Corn

📋 copy color: '#FEDC70'

red 254 ◦ green 220 ◦ blue 112

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

Shades of Sweet Corn #FEDC70

Tints of Sweet Corn #FEDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.11%

R = 43.34%
G = 37.54%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEDC70 (or 0xFEDC70) is known color: Sweet Corn. HEX triplet: FE, DC and 70. RGB value is (254,220,112). Sum of RGB (Red+Green+Blue) = 254+220+112=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC70 is #01238F. Grayscale: #DADADA. Windows color (decimal): -74640 or 7396606. OLE color: 7396606.

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

Color convert

RGB 254 220 112 -
CMYK 0 0.13 0.56 0.00
HSL 45.63º 0.99% 0.72% -
HSV(B) 45.63º 0.56% 1% -
XYZ 69.39 73.43 25.84 -
YUV 217.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 254 220 112 0 0.13 0.56 0.00 45.63 0.99 0.72
Hex FE DC 70 0 D 38 0 2E 63 48
Octal 376 334 160 0 15 70 0 56 143 110
Binary 11111110 11011100 1110000 0 1101 111000 0 101110 1100011 1001000

Color Harmonies of #FEDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC70

Black with #FEDC70

Text Example


Text Example

White with #FEDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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