Html Css Color HEX #F9C5AC Apricot

📋 copy color: '#F9C5AC'

red 249 ◦ green 197 ◦ blue 172

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

Shades of Apricot #F9C5AC

Tints of Apricot #F9C5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.88%

 BLUE value IS 172 (67.58% from 255) = 27.83%

R = 40.29%
G = 31.88%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9C5AC (or 0xF9C5AC) is known color: Apricot. HEX triplet: F9, C5 and AC. RGB value is (249,197,172). Sum of RGB (Red+Green+Blue) = 249+197+172=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C5AC is #063A53. Grayscale: #D1D1D1. Windows color (decimal): -408148 or 11322873. OLE color: 11322873.

HSL color Cylindrical-coordinate representation of color #F9C5AC: hue angle of 19.48º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9C5AC is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 197 172 -
CMYK 0 0.21 0.31 0.02
HSL 19.48º 0.87% 0.83% -
HSV(B) 19.48º 0.31% 0.98% -
XYZ 66.48 63.05 47.7 -
YUV 209.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 249 197 172 0 0.21 0.31 0.02 19.48 0.87 0.83
Hex F9 C5 AC 0 15 1F 2 13 57 53
Octal 371 305 254 0 25 37 2 23 127 123
Binary 11111001 11000101 10101100 0 10101 11111 10 10011 1010111 1010011

Color Harmonies of #F9C5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C5AC

Black with #F9C5AC

Text Example


Text Example

White with #F9C5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C5AC; }

 p { color: rgb(249,197,172); }

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

background-color css

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

 a { background-color: rgb(249,197,172); }

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

border-color css

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

 span { border-color: rgb(249,197,172); }

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