Html Css Color HEX #FDD990 Caramel

📋 copy color: '#FDD990'

red 253 ◦ green 217 ◦ blue 144

#FDD990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caramel #FDD990

Tints of Caramel #FDD990

RGB

 RED value IS 253 (99.22% from 255) = 41.21%

 GREEN value IS 217 (85.16% from 255) = 35.34%

 BLUE value IS 144 (56.64% from 255) = 23.45%

R = 41.21%
G = 35.34%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDD990 (or 0xFDD990) is known color: Caramel. HEX triplet: FD, D9 and 90. RGB value is (253,217,144). Sum of RGB (Red+Green+Blue) = 253+217+144=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD990 is #02266F. Grayscale: #DBDBDB. Windows color (decimal): -140912 or 9492989. OLE color: 9492989.

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

Color convert

RGB 253 217 144 -
CMYK 0 0.14 0.43 0.01
HSL 40.18º 0.96% 0.78% -
HSV(B) 40.18º 0.43% 0.99% -
XYZ 70.35 72.52 36.68 -
YUV 219.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 253 217 144 0 0.14 0.43 0.01 40.18 0.96 0.78
Hex FD D9 90 0 E 2B 1 28 60 4E
Octal 375 331 220 0 16 53 1 50 140 116
Binary 11111101 11011001 10010000 0 1110 101011 1 101000 1100000 1001110

Color Harmonies of #FDD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD990

Black with #FDD990

Text Example


Text Example

White with #FDD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD990; }

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

 H1.HeaderClassName
 {
   color: #FDD990;
 }
 .AnyTagClassName
 {
   color: #FDD990;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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