Html Css Color HEX #FEDC6C Sweet Corn

📋 copy color: '#FEDC6C'

red 254 ◦ green 220 ◦ blue 108

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

Shades of Sweet Corn #FEDC6C

Tints of Sweet Corn #FEDC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.56%

R = 43.64%
G = 37.8%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEDC6C (or 0xFEDC6C) is known color: Sweet Corn. HEX triplet: FE, DC and 6C. RGB value is (254,220,108). Sum of RGB (Red+Green+Blue) = 254+220+108=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 108 (42.58% from 255 or 18.56% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC6C is #012393. Grayscale: #D9D9D9. Windows color (decimal): -74644 or 7134462. OLE color: 7134462.

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

Color convert

RGB 254 220 108 -
CMYK 0 0.13 0.57 0.00
HSL 46.03º 0.99% 0.71% -
HSV(B) 46.03º 0.57% 1% -
XYZ 69.17 73.34 24.7 -
YUV 217.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 254 220 108 0 0.13 0.57 0.00 46.03 0.99 0.71
Hex FE DC 6C 0 D 39 0 2E 63 47
Octal 376 334 154 0 15 71 0 56 143 107
Binary 11111110 11011100 1101100 0 1101 111001 0 101110 1100011 1000111

Color Harmonies of #FEDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC6C

Black with #FEDC6C

Text Example


Text Example

White with #FEDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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