#FED294

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

Shades of Caramel #FED294

Tints of Caramel #FED294

Color information

#FED294 (or 0xFED294) is unknown color: approx Caramel. HEX triplet: FE, D2 and 94. RGB value is (254,210,148). Sum of RGB (Red+Green+Blue) = 254+210+148=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FED294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED294 is #012D6B. Grayscale: #D8D8D8. Windows color (decimal): -77164 or 9753342. OLE color: 9753342.

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

Color convert

RGB254210148-
CMYK00.170.420.00
HSL35.09º98.15%78.82%-
HSV(B)35.09º41.73%99.61%-
XYZ69.2669.337.74-
YUV216.0989.58155.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 210 (82.42% from 255) = 34.31%
BLUE value IS 148 (58.20% from 255) = 24.18%
R=41.50%
G=34.31%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421014800.170.420.0035.0998.1578.82
HexFED2940112A023624f
Octal37632222402152043142117
Binary111111101101001010010100010001101010010001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED294; }

 p { color: rgb(254,210,148); }

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

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

 a { background-color: rgb(254,210,148); }

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

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

 span { border-color: rgb(254,210,148); }

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