Html Css Color HEX #FDD49A Caramel

📋 copy color: '#FDD49A'

red 253 ◦ green 212 ◦ blue 154

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

Shades of Caramel #FDD49A

Tints of Caramel #FDD49A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.25%

 BLUE value IS 154 (60.55% from 255) = 24.88%

R = 40.87%
G = 34.25%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDD49A (or 0xFDD49A) is known color: Caramel. HEX triplet: FD, D4 and 9A. RGB value is (253,212,154). Sum of RGB (Red+Green+Blue) = 253+212+154=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD49A is #022B65. Grayscale: #D9D9D9. Windows color (decimal): -142182 or 10147069. OLE color: 10147069.

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

Color convert

RGB 253 212 154 -
CMYK 0 0.16 0.39 0.01
HSL 35.15º 0.96% 0.8% -
HSV(B) 35.15º 0.39% 0.99% -
XYZ 69.88 70.3 40.46 -
YUV 217.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 253 212 154 0 0.16 0.39 0.01 35.15 0.96 0.8
Hex FD D4 9A 0 10 27 1 23 60 50
Octal 375 324 232 0 20 47 1 43 140 120
Binary 11111101 11010100 10011010 0 10000 100111 1 100011 1100000 1010000

Color Harmonies of #FDD49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD49A

Black with #FDD49A

Text Example


Text Example

White with #FDD49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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