Html Css Color HEX #FAD99C Caramel

📋 copy color: '#FAD99C'

red 250 ◦ green 217 ◦ blue 156

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

Shades of Caramel #FAD99C

Tints of Caramel #FAD99C

RGB

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

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

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

R = 40.13%
G = 34.83%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAD99C (or 0xFAD99C) is known color: Caramel. HEX triplet: FA, D9 and 9C. RGB value is (250,217,156). Sum of RGB (Red+Green+Blue) = 250+217+156=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 156 (61.33% from 255 or 25.04% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD99C is #052663. Grayscale: #DCDCDC. Windows color (decimal): -337508 or 10279418. OLE color: 10279418.

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

Color convert

RGB 250 217 156 -
CMYK 0 0.13 0.38 0.02
HSL 38.94º 0.9% 0.8% -
HSV(B) 38.94º 0.38% 0.98% -
XYZ 70.24 72.35 41.72 -
YUV 219.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 250 217 156 0 0.13 0.38 0.02 38.94 0.9 0.8
Hex FA D9 9C 0 D 26 2 27 5A 50
Octal 372 331 234 0 15 46 2 47 132 120
Binary 11111010 11011001 10011100 0 1101 100110 10 100111 1011010 1010000

Color Harmonies of #FAD99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD99C

Black with #FAD99C

Text Example


Text Example

White with #FAD99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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