Html Css Color HEX #FEDA6C Sweet Corn

📋 copy color: '#FEDA6C'

red 254 ◦ green 218 ◦ blue 108

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

Shades of Sweet Corn #FEDA6C

Tints of Sweet Corn #FEDA6C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.59%

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

R = 43.79%
G = 37.59%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEDA6C (or 0xFEDA6C) is known color: Sweet Corn. HEX triplet: FE, DA and 6C. RGB value is (254,218,108). Sum of RGB (Red+Green+Blue) = 254+218+108=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA6C is #012593. Grayscale: #D8D8D8. Windows color (decimal): -75156 or 7133950. OLE color: 7133950.

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

Color convert

RGB 254 218 108 -
CMYK 0 0.14 0.57 0.00
HSL 45.21º 0.99% 0.71% -
HSV(B) 45.21º 0.57% 1% -
XYZ 68.65 72.3 24.52 -
YUV 216.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 254 218 108 0 0.14 0.57 0.00 45.21 0.99 0.71
Hex FE DA 6C 0 E 39 0 2D 63 47
Octal 376 332 154 0 16 71 0 55 143 107
Binary 11111110 11011010 1101100 0 1110 111001 0 101101 1100011 1000111

Color Harmonies of #FEDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA6C

Black with #FEDA6C

Text Example


Text Example

White with #FEDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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