Html Css Color HEX #FEDC6E Sweet Corn

📋 copy color: '#FEDC6E'

red 254 ◦ green 220 ◦ blue 110

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

Shades of Sweet Corn #FEDC6E

Tints of Sweet Corn #FEDC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.84%

R = 43.49%
G = 37.67%
B = 18.84%

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

#FEDC6E (or 0xFEDC6E) is known color: Sweet Corn. HEX triplet: FE, DC and 6E. RGB value is (254,220,110). Sum of RGB (Red+Green+Blue) = 254+220+110=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 110 (43.36% from 255 or 18.84% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC6E is #012391. Grayscale: #DADADA. Windows color (decimal): -74642 or 7265534. OLE color: 7265534.

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

Color convert

RGB 254 220 110 -
CMYK 0 0.13 0.57 0.00
HSL 45.83º 0.99% 0.71% -
HSV(B) 45.83º 0.57% 1% -
XYZ 69.28 73.38 25.26 -
YUV 217.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 254 220 110 0 0.13 0.57 0.00 45.83 0.99 0.71
Hex FE DC 6E 0 D 39 0 2E 63 47
Octal 376 334 156 0 15 71 0 56 143 107
Binary 11111110 11011100 1101110 0 1101 111001 0 101110 1100011 1000111

Color Harmonies of #FEDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC6E

Black with #FEDC6E

Text Example


Text Example

White with #FEDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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