#FDD490

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

Shades of Caramel #FDD490

Tints of Caramel #FDD490

Color information

#FDD490 (or 0xFDD490) is unknown color: approx Caramel. HEX triplet: FD, D4 and 90. RGB value is (253,212,144). Sum of RGB (Red+Green+Blue) = 253+212+144=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD490 is #022B6F. Grayscale: #D8D8D8. Windows color (decimal): -142192 or 9491709. OLE color: 9491709.

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

Color convert

RGB253212144-
CMYK00.160.430.01
HSL37.43º96.46%77.84%-
HSV(B)37.43º43.08%99.22%-
XYZ69.0969.9836.25-
YUV216.5187.08154.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 144 (56.64% from 255) = 23.65%
R=41.54%
G=34.81%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321214400.160.430.0137.4396.4677.84
HexFDD4900102B125604e
Octal37532422002053145140116
Binary111111011101010010010000010000101011110010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD490; }

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

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

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

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

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

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

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

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