Html Css Color HEX #FAD39C Caramel

📋 copy color: '#FAD39C'

red 250 ◦ green 211 ◦ blue 156

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

Shades of Caramel #FAD39C

Tints of Caramel #FAD39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.28%

R = 40.52%
G = 34.2%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAD39C (or 0xFAD39C) is known color: Caramel. HEX triplet: FA, D3 and 9C. RGB value is (250,211,156). Sum of RGB (Red+Green+Blue) = 250+211+156=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD39C is #052C63. Grayscale: #D8D8D8. Windows color (decimal): -339044 or 10277882. OLE color: 10277882.

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

Color convert

RGB 250 211 156 -
CMYK 0 0.16 0.38 0.02
HSL 35.11º 0.9% 0.8% -
HSV(B) 35.11º 0.38% 0.98% -
XYZ 68.72 69.31 41.21 -
YUV 216.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 250 211 156 0 0.16 0.38 0.02 35.11 0.9 0.8
Hex FA D3 9C 0 10 26 2 23 5A 50
Octal 372 323 234 0 20 46 2 43 132 120
Binary 11111010 11010011 10011100 0 10000 100110 10 100011 1011010 1010000

Color Harmonies of #FAD39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD39C

Black with #FAD39C

Text Example


Text Example

White with #FAD39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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