Html Css Color HEX #FAD09C Caramel

📋 copy color: '#FAD09C'

red 250 ◦ green 208 ◦ blue 156

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

Shades of Caramel #FAD09C

Tints of Caramel #FAD09C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.88%

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

R = 40.72%
G = 33.88%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAD09C (or 0xFAD09C) is known color: Caramel. HEX triplet: FA, D0 and 9C. RGB value is (250,208,156). Sum of RGB (Red+Green+Blue) = 250+208+156=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD09C is #052F63. Grayscale: #D6D6D6. Windows color (decimal): -339812 or 10277114. OLE color: 10277114.

HSL color Cylindrical-coordinate representation of color #FAD09C: hue angle of 33.19º 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 #FAD09C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 208 156 -
CMYK 0 0.17 0.38 0.02
HSL 33.19º 0.9% 0.8% -
HSV(B) 33.19º 0.38% 0.98% -
XYZ 67.98 67.84 40.96 -
YUV 214.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 250 208 156 0 0.17 0.38 0.02 33.19 0.9 0.8
Hex FA D0 9C 0 11 26 2 21 5A 50
Octal 372 320 234 0 21 46 2 41 132 120
Binary 11111010 11010000 10011100 0 10001 100110 10 100001 1011010 1010000

Color Harmonies of #FAD09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD09C

Black with #FAD09C

Text Example


Text Example

White with #FAD09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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