#FDD08E

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

Shades of Caramel #FDD08E

Tints of Caramel #FDD08E

Color information

#FDD08E (or 0xFDD08E) is unknown color: approx Caramel. HEX triplet: FD, D0 and 8E. RGB value is (253,208,142). Sum of RGB (Red+Green+Blue) = 253+208+142=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD08E is #022F71. Grayscale: #D6D6D6. Windows color (decimal): -143218 or 9359613. OLE color: 9359613.

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

Color convert

RGB253208142-
CMYK00.180.440.01
HSL35.68º96.52%77.45%-
HSV(B)35.68º43.87%99.22%-
XYZ67.9567.9535.13-
YUV213.9387.41155.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 142 (55.86% from 255) = 23.55%
R=41.96%
G=34.49%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320814200.180.440.0135.6896.5277.45
HexFDD08E0122C124614d
Octal37532021602254144141115
Binary111111011101000010001110010010101100110010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD08E; }

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

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

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

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

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

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

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

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