Html Css Color HEX #FEDE6F Sweet Corn

📋 copy color: '#FEDE6F'

red 254 ◦ green 222 ◦ blue 111

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

Shades of Sweet Corn #FEDE6F

Tints of Sweet Corn #FEDE6F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.82%

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

R = 43.27%
G = 37.82%
B = 18.91%

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

#FEDE6F (or 0xFEDE6F) is known color: Sweet Corn. HEX triplet: FE, DE and 6F. RGB value is (254,222,111). Sum of RGB (Red+Green+Blue) = 254+222+111=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 111 (43.75% from 255 or 18.91% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE6F is #012190. Grayscale: #DBDBDB. Windows color (decimal): -74129 or 7331582. OLE color: 7331582.

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

Color convert

RGB 254 222 111 -
CMYK 0 0.13 0.56 0.00
HSL 46.57º 0.99% 0.72% -
HSV(B) 46.57º 0.56% 1% -
XYZ 69.86 74.46 25.73 -
YUV 218.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 254 222 111 0 0.13 0.56 0.00 46.57 0.99 0.72
Hex FE DE 6F 0 D 38 0 2F 63 48
Octal 376 336 157 0 15 70 0 57 143 110
Binary 11111110 11011110 1101111 0 1101 111000 0 101111 1100011 1001000

Color Harmonies of #FEDE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE6F

Black with #FEDE6F

Text Example


Text Example

White with #FEDE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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