#FED299

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

Shades of Caramel #FED299

Tints of Caramel #FED299

Color information

#FED299 (or 0xFED299) is unknown color: approx Caramel. HEX triplet: FE, D2 and 99. RGB value is (254,210,153). Sum of RGB (Red+Green+Blue) = 254+210+153=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 153 (60.16% from 255 or 24.80% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED299 is #012D66. Grayscale: #D8D8D8. Windows color (decimal): -77159 or 10081022. OLE color: 10081022.

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

Color convert

RGB254210153-
CMYK00.170.400.00
HSL33.86º98.06%79.8%-
HSV(B)33.86º39.76%99.61%-
XYZ69.6769.4639.87-
YUV216.6692.08154.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 210 (82.42% from 255) = 34.04%
BLUE value IS 153 (60.16% from 255) = 24.80%
R=41.17%
G=34.04%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421015300.170.400.0033.8698.0679.8
HexFED299011280226250
Octal37632223102150042142120
Binary111111101101001010011001010001101000010001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED299; }

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

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

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

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

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

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

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

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