Html Css Color HEX #FEDC6F Sweet Corn

📋 copy color: '#FEDC6F'

red 254 ◦ green 220 ◦ blue 111

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

Shades of Sweet Corn #FEDC6F

Tints of Sweet Corn #FEDC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.97%

R = 43.42%
G = 37.61%
B = 18.97%

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

#FEDC6F (or 0xFEDC6F) is known color: Sweet Corn. HEX triplet: FE, DC and 6F. RGB value is (254,220,111). Sum of RGB (Red+Green+Blue) = 254+220+111=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 111 (43.75% from 255 or 18.97% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC6F is #012390. Grayscale: #DADADA. Windows color (decimal): -74641 or 7331070. OLE color: 7331070.

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

Color convert

RGB 254 220 111 -
CMYK 0 0.13 0.56 0.00
HSL 45.73º 0.99% 0.72% -
HSV(B) 45.73º 0.56% 1% -
XYZ 69.34 73.4 25.55 -
YUV 217.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 254 220 111 0 0.13 0.56 0.00 45.73 0.99 0.72
Hex FE DC 6F 0 D 38 0 2E 63 48
Octal 376 334 157 0 15 70 0 56 143 110
Binary 11111110 11011100 1101111 0 1101 111000 0 101110 1100011 1001000

Color Harmonies of #FEDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC6F

Black with #FEDC6F

Text Example


Text Example

White with #FEDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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