#FDD090

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

Shades of Caramel #FDD090

Tints of Caramel #FDD090

Color information

#FDD090 (or 0xFDD090) is unknown color: approx Caramel. HEX triplet: FD, D0 and 90. RGB value is (253,208,144). Sum of RGB (Red+Green+Blue) = 253+208+144=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD090 is #022F6F. Grayscale: #D6D6D6. Windows color (decimal): -143216 or 9490685. OLE color: 9490685.

HSL color Cylindrical-coordinate representation of color #FDD090: hue angle of 35.23º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDD090 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253208144-
CMYK00.180.430.01
HSL35.23º96.46%77.84%-
HSV(B)35.23º43.08%99.22%-
XYZ68.168.0135.92-
YUV214.1688.41155.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 208 (81.64% from 255) = 34.38%
BLUE value IS 144 (56.64% from 255) = 23.80%
R=41.82%
G=34.38%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320814400.180.430.0135.2396.4677.84
HexFDD0900122B123604e
Octal37532022002253143140116
Binary111111011101000010010000010010101011110001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD090; }

 p { color: rgb(253,208,144); }

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

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

 a { background-color: rgb(253,208,144); }

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

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

 span { border-color: rgb(253,208,144); }

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