#FED297

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

Shades of Caramel #FED297

Tints of Caramel #FED297

Color information

#FED297 (or 0xFED297) is unknown color: approx Caramel. HEX triplet: FE, D2 and 97. RGB value is (254,210,151). Sum of RGB (Red+Green+Blue) = 254+210+151=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 151 (59.38% from 255 or 24.55% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FED297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED297 is #012D68. Grayscale: #D8D8D8. Windows color (decimal): -77161 or 9949950. OLE color: 9949950.

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

Color convert

RGB254210151-
CMYK00.170.410.00
HSL34.37º98.1%79.41%-
HSV(B)34.37º40.55%99.61%-
XYZ69.5169.439.01-
YUV216.4391.08154.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 151 (59.38% from 255) = 24.55%
R=41.30%
G=34.15%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421015100.170.410.0034.3798.179.41
HexFED29701129022624f
Octal37632222702151042142117
Binary111111101101001010010111010001101001010001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED297; }

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

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

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

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

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

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

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

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