#FFD58F

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

Shades of Caramel #FFD58F

Tints of Caramel #FFD58F

Color information

#FFD58F (or 0xFFD58F) is unknown color: approx Caramel. HEX triplet: FF, D5 and 8F. RGB value is (255,213,143). Sum of RGB (Red+Green+Blue) = 255+213+143=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD58F is #002A70. Grayscale: #D9D9D9. Windows color (decimal): -10865 or 9426431. OLE color: 9426431.

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

Color convert

RGB255213143-
CMYK00.160.440
HSL37.5º100%78.04%-
HSV(B)37.5º43.92%100%-
XYZ69.9970.8335.97-
YUV217.5885.91154.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 143 (56.25% from 255) = 23.40%
R=41.73%
G=34.86%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521314300.160.44037.510078.04
HexFFD58F0102C026644e
Octal37732521702054046144116
Binary111111111101010110001111010000101100010011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD58F; }

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

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

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

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

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

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

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

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