Html Css Color HEX #F9D895 Caramel

📋 copy color: '#F9D895'

red 249 ◦ green 216 ◦ blue 149

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

Shades of Caramel #F9D895

Tints of Caramel #F9D895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.27%

R = 40.55%
G = 35.18%
B = 24.27%

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

#F9D895 (or 0xF9D895) is known color: Caramel. HEX triplet: F9, D8 and 95. RGB value is (249,216,149). Sum of RGB (Red+Green+Blue) = 249+216+149=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D895 is #06276A. Grayscale: #DADADA. Windows color (decimal): -403307 or 9820409. OLE color: 9820409.

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

Color convert

RGB 249 216 149 -
CMYK 0 0.13 0.40 0.02
HSL 40.2º 0.89% 0.78% -
HSV(B) 40.2º 0.4% 0.98% -
XYZ 69.05 71.42 38.58 -
YUV 218.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 249 216 149 0 0.13 0.40 0.02 40.2 0.89 0.78
Hex F9 D8 95 0 D 28 2 28 59 4E
Octal 371 330 225 0 15 50 2 50 131 116
Binary 11111001 11011000 10010101 0 1101 101000 10 101000 1011001 1001110

Color Harmonies of #F9D895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D895

Black with #F9D895

Text Example


Text Example

White with #F9D895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D895; }

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

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

background-color css

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

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

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

border-color css

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

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

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