Html Css Color HEX #FAD39D Caramel

📋 copy color: '#FAD39D'

red 250 ◦ green 211 ◦ blue 157

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

Shades of Caramel #FAD39D

Tints of Caramel #FAD39D

RGB

 RED value IS 250 (98.05% from 255) = 40.45%

 GREEN value IS 211 (82.81% from 255) = 34.14%

 BLUE value IS 157 (61.72% from 255) = 25.4%

R = 40.45%
G = 34.14%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAD39D (or 0xFAD39D) is known color: Caramel. HEX triplet: FA, D3 and 9D. RGB value is (250,211,157). Sum of RGB (Red+Green+Blue) = 250+211+157=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD39D is #052C62. Grayscale: #D8D8D8. Windows color (decimal): -339043 or 10343418. OLE color: 10343418.

HSL color Cylindrical-coordinate representation of color #FAD39D: hue angle of 34.84º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAD39D is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 157 -
CMYK 0 0.16 0.37 0.02
HSL 34.84º 0.9% 0.8% -
HSV(B) 34.84º 0.37% 0.98% -
XYZ 68.8 69.35 41.66 -
YUV 216.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 250 211 157 0 0.16 0.37 0.02 34.84 0.9 0.8
Hex FA D3 9D 0 10 25 2 23 5A 50
Octal 372 323 235 0 20 45 2 43 132 120
Binary 11111010 11010011 10011101 0 10000 100101 10 100011 1011010 1010000

Color Harmonies of #FAD39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD39D

Black with #FAD39D

Text Example


Text Example

White with #FAD39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD39D; }

 p { color: rgb(250,211,157); }

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

background-color css

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

 a { background-color: rgb(250,211,157); }

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

border-color css

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

 span { border-color: rgb(250,211,157); }

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