#FED492

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

Shades of Caramel #FED492

Tints of Caramel #FED492

Color information

#FED492 (or 0xFED492) is unknown color: approx Caramel. HEX triplet: FE, D4 and 92. RGB value is (254,212,146). Sum of RGB (Red+Green+Blue) = 254+212+146=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FED492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED492 is #012B6D. Grayscale: #D9D9D9. Windows color (decimal): -76654 or 9622782. OLE color: 9622782.

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

Color convert

RGB254212146-
CMYK00.170.430.00
HSL36.67º98.18%78.43%-
HSV(B)36.67º42.52%99.61%-
XYZ69.670.2337.08-
YUV217.0387.91154.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 146 (57.42% from 255) = 23.86%
R=41.50%
G=34.64%
B=23.86%

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
Decimal25421214600.170.430.0036.6798.1878.43
HexFED4920112B025624e
Octal37632422202153045142116
Binary111111101101010010010010010001101011010010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED492; }

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

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

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

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

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

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

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

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