Html Css Color HEX #FEDD6F Sweet Corn

📋 copy color: '#FEDD6F'

red 254 ◦ green 221 ◦ blue 111

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

Shades of Sweet Corn #FEDD6F

Tints of Sweet Corn #FEDD6F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.71%

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

R = 43.34%
G = 37.71%
B = 18.94%

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

#FEDD6F (or 0xFEDD6F) is known color: Sweet Corn. HEX triplet: FE, DD and 6F. RGB value is (254,221,111). Sum of RGB (Red+Green+Blue) = 254+221+111=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 111 (43.75% from 255 or 18.94% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD6F is #012290. Grayscale: #DADADA. Windows color (decimal): -74385 or 7331326. OLE color: 7331326.

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

Color convert

RGB 254 221 111 -
CMYK 0 0.13 0.56 0.00
HSL 46.15º 0.99% 0.72% -
HSV(B) 46.15º 0.56% 1% -
XYZ 69.6 73.93 25.64 -
YUV 218.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 254 221 111 0 0.13 0.56 0.00 46.15 0.99 0.72
Hex FE DD 6F 0 D 38 0 2E 63 48
Octal 376 335 157 0 15 70 0 56 143 110
Binary 11111110 11011101 1101111 0 1101 111000 0 101110 1100011 1001000

Color Harmonies of #FEDD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD6F

Black with #FEDD6F

Text Example


Text Example

White with #FEDD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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