#FED093

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

Shades of Caramel #FED093

Tints of Caramel #FED093

Color information

#FED093 (or 0xFED093) is unknown color: approx Caramel. HEX triplet: FE, D0 and 93. RGB value is (254,208,147). Sum of RGB (Red+Green+Blue) = 254+208+147=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FED093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED093 is #012F6C. Grayscale: #D7D7D7. Windows color (decimal): -77677 or 9687294. OLE color: 9687294.

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

Color convert

RGB254208147-
CMYK00.180.420.00
HSL34.21º98.17%78.63%-
HSV(B)34.21º42.13%99.61%-
XYZ68.768.2937.16-
YUV214.889.74155.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 147 (57.81% from 255) = 24.14%
R=41.71%
G=34.15%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420814700.180.420.0034.2198.1778.63
HexFED0930122A022624f
Octal37632022302252042142117
Binary111111101101000010010011010010101010010001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED093; }

 p { color: rgb(254,208,147); }

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

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

 a { background-color: rgb(254,208,147); }

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

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

 span { border-color: rgb(254,208,147); }

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