Html Css Color HEX #F9D696 Caramel

📋 copy color: '#F9D696'

red 249 ◦ green 214 ◦ blue 150

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

Shades of Caramel #F9D696

Tints of Caramel #F9D696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.91%

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

R = 40.62%
G = 34.91%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9D696 (or 0xF9D696) is known color: Caramel. HEX triplet: F9, D6 and 96. RGB value is (249,214,150). Sum of RGB (Red+Green+Blue) = 249+214+150=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D696 is #062969. Grayscale: #D9D9D9. Windows color (decimal): -403818 or 9885433. OLE color: 9885433.

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

Color convert

RGB 249 214 150 -
CMYK 0 0.14 0.40 0.02
HSL 38.79º 0.89% 0.78% -
HSV(B) 38.79º 0.4% 0.98% -
XYZ 68.62 70.43 38.83 -
YUV 217.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 249 214 150 0 0.14 0.40 0.02 38.79 0.89 0.78
Hex F9 D6 96 0 E 28 2 27 59 4E
Octal 371 326 226 0 16 50 2 47 131 116
Binary 11111001 11010110 10010110 0 1110 101000 10 100111 1011001 1001110

Color Harmonies of #F9D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D696

Black with #F9D696

Text Example


Text Example

White with #F9D696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D696; }

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

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

background-color css

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

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

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

border-color css

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

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

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