#FED48F

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

Shades of Caramel #FED48F

Tints of Caramel #FED48F

Color information

#FED48F (or 0xFED48F) is unknown color: approx Caramel. HEX triplet: FE, D4 and 8F. RGB value is (254,212,143). Sum of RGB (Red+Green+Blue) = 254+212+143=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 143 (56.25% from 255 or 23.48% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FED48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED48F is #012B70. Grayscale: #D9D9D9. Windows color (decimal): -76657 or 9426174. OLE color: 9426174.

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

Color convert

RGB254212143-
CMYK00.170.440.00
HSL37.3º98.23%77.84%-
HSV(B)37.3º43.7%99.61%-
XYZ69.3770.1435.87-
YUV216.6986.41154.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 143 (56.25% from 255) = 23.48%
R=41.71%
G=34.81%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421214300.170.440.0037.398.2377.84
HexFED48F0112C025624e
Octal37632421702154045142116
Binary111111101101010010001111010001101100010010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED48F; }

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

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

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

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

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

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

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

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