#FDD798

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

Shades of Caramel #FDD798

Tints of Caramel #FDD798

Color information

#FDD798 (or 0xFDD798) is unknown color: approx Caramel. HEX triplet: FD, D7 and 98. RGB value is (253,215,152). Sum of RGB (Red+Green+Blue) = 253+215+152=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD798 is #022867. Grayscale: #DBDBDB. Windows color (decimal): -141416 or 10016765. OLE color: 10016765.

HSL color Cylindrical-coordinate representation of color #FDD798: hue angle of 37.43º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDD798 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253215152-
CMYK00.150.400.01
HSL37.43º96.19%79.41%-
HSV(B)37.43º39.92%99.22%-
XYZ70.4871.7539.84-
YUV219.1890.09152.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 152 (59.77% from 255) = 24.52%
R=40.81%
G=34.68%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321515200.150.400.0137.4396.1979.41
HexFDD7980F28125604f
Octal37532723001750145140117
Binary11111101110101111001100001111101000110010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD798; }

 p { color: rgb(253,215,152); }

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

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

 a { background-color: rgb(253,215,152); }

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

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

 span { border-color: rgb(253,215,152); }

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