#FED58F

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

Shades of Caramel #FED58F

Tints of Caramel #FED58F

Color information

#FED58F (or 0xFED58F) is unknown color: approx Caramel. HEX triplet: FE, D5 and 8F. RGB value is (254,213,143). Sum of RGB (Red+Green+Blue) = 254+213+143=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FED58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED58F is #012A70. Grayscale: #D9D9D9. Windows color (decimal): -76401 or 9426430. OLE color: 9426430.

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

Color convert

RGB254213143-
CMYK00.160.440.00
HSL37.84º98.23%77.84%-
HSV(B)37.84º43.7%99.61%-
XYZ69.6370.6435.95-
YUV217.2886.08154.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 213 (83.59% from 255) = 34.92%
BLUE value IS 143 (56.25% from 255) = 23.44%
R=41.64%
G=34.92%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421314300.160.440.0037.8498.2377.84
HexFED58F0102C026624e
Octal37632521702054046142116
Binary111111101101010110001111010000101100010011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED58F; }

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

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

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

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

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

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

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

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