#FED18F

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

Shades of Caramel #FED18F

Tints of Caramel #FED18F

Color information

#FED18F (or 0xFED18F) is unknown color: approx Caramel. HEX triplet: FE, D1 and 8F. RGB value is (254,209,143). Sum of RGB (Red+Green+Blue) = 254+209+143=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FED18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED18F is #012E70. Grayscale: #D7D7D7. Windows color (decimal): -77425 or 9425406. OLE color: 9425406.

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

Color convert

RGB254209143-
CMYK00.180.440.00
HSL35.68º98.23%77.84%-
HSV(B)35.68º43.7%99.61%-
XYZ68.6368.6535.62-
YUV214.9387.41155.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 209 (82.03% from 255) = 34.49%
BLUE value IS 143 (56.25% from 255) = 23.60%
R=41.91%
G=34.49%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420914300.180.440.0035.6898.2377.84
HexFED18F0122C024624e
Octal37632121702254044142116
Binary111111101101000110001111010010101100010010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED18F; }

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

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

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

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

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

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

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

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