Html Css Color HEX #F9D896 Caramel

📋 copy color: '#F9D896'

red 249 ◦ green 216 ◦ blue 150

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

Shades of Caramel #F9D896

Tints of Caramel #F9D896

RGB

 RED value IS 249 (97.66% from 255) = 40.49%

 GREEN value IS 216 (84.77% from 255) = 35.12%

 BLUE value IS 150 (58.98% from 255) = 24.39%

R = 40.49%
G = 35.12%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9D896 (or 0xF9D896) is known color: Caramel. HEX triplet: F9, D8 and 96. RGB value is (249,216,150). Sum of RGB (Red+Green+Blue) = 249+216+150=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D896 is #062769. Grayscale: #DADADA. Windows color (decimal): -403306 or 9885945. OLE color: 9885945.

HSL color Cylindrical-coordinate representation of color #F9D896: hue angle of 40º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9D896 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 216 150 -
CMYK 0 0.13 0.40 0.02
HSL 40º 0.89% 0.78% -
HSV(B) 40º 0.4% 0.98% -
XYZ 69.13 71.45 39 -
YUV 218.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 249 216 150 0 0.13 0.40 0.02 40 0.89 0.78
Hex F9 D8 96 0 D 28 2 28 59 4E
Octal 371 330 226 0 15 50 2 50 131 116
Binary 11111001 11011000 10010110 0 1101 101000 10 101000 1011001 1001110

Color Harmonies of #F9D896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D896

Black with #F9D896

Text Example


Text Example

White with #F9D896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D896; }

 p { color: rgb(249,216,150); }

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

background-color css

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

 a { background-color: rgb(249,216,150); }

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

border-color css

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

 span { border-color: rgb(249,216,150); }

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