Html Css Color HEX #F9D495 Caramel

📋 copy color: '#F9D495'

red 249 ◦ green 212 ◦ blue 149

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

Shades of Caramel #F9D495

Tints of Caramel #F9D495

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.75%

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

R = 40.82%
G = 34.75%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9D495 (or 0xF9D495) is known color: Caramel. HEX triplet: F9, D4 and 95. RGB value is (249,212,149). Sum of RGB (Red+Green+Blue) = 249+212+149=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D495 is #062B6A. Grayscale: #D8D8D8. Windows color (decimal): -404331 or 9819385. OLE color: 9819385.

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

Color convert

RGB 249 212 149 -
CMYK 0 0.15 0.40 0.02
HSL 37.8º 0.89% 0.78% -
HSV(B) 37.8º 0.4% 0.98% -
XYZ 68.04 69.4 38.24 -
YUV 215.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 249 212 149 0 0.15 0.40 0.02 37.8 0.89 0.78
Hex F9 D4 95 0 F 28 2 26 59 4E
Octal 371 324 225 0 17 50 2 46 131 116
Binary 11111001 11010100 10010101 0 1111 101000 10 100110 1011001 1001110

Color Harmonies of #F9D495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D495

Black with #F9D495

Text Example


Text Example

White with #F9D495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D495; }

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

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

background-color css

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

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

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

border-color css

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

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

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