#FED392

Color #FED392 Caramel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caramel #FED392

Tints of Caramel #FED392

Color information

#FED392 (or 0xFED392) is unknown color: approx Caramel. HEX triplet: FE, D3 and 92. RGB value is (254,211,146). Sum of RGB (Red+Green+Blue) = 254+211+146=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FED392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED392 is #012C6D. Grayscale: #D8D8D8. Windows color (decimal): -76910 or 9622526. OLE color: 9622526.

HSL color Cylindrical-coordinate representation of color #FED392: hue angle of 36.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FED392 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB254211146-
CMYK00.170.430.00
HSL36.11º98.18%78.43%-
HSV(B)36.11º42.52%99.61%-
XYZ69.3669.7337-
YUV216.4588.25154.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 146 (57.42% from 255) = 23.90%
R=41.57%
G=34.53%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421114600.170.430.0036.1198.1878.43
HexFED3920112B024624e
Octal37632322202153044142116
Binary111111101101001110010010010001101011010010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED392; }

 p { color: rgb(254,211,146); }

 H1.HeaderClassName
 {
   color: #FED392;
 }
 .AnyTagClassName
 {
   color: #FED392;
 }
</style>
background-color css

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

 a { background-color: rgb(254,211,146); }

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

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

 span { border-color: rgb(254,211,146); }

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