Html Css Color HEX #F9C4AD Apricot

📋 copy color: '#F9C4AD'

red 249 ◦ green 196 ◦ blue 173

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

Shades of Apricot #F9C4AD

Tints of Apricot #F9C4AD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.72%

 BLUE value IS 173 (67.97% from 255) = 27.99%

R = 40.29%
G = 31.72%
B = 27.99%

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

#F9C4AD (or 0xF9C4AD) is known color: Apricot. HEX triplet: F9, C4 and AD. RGB value is (249,196,173). Sum of RGB (Red+Green+Blue) = 249+196+173=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C4AD is #063B52. Grayscale: #D1D1D1. Windows color (decimal): -408403 or 11388153. OLE color: 11388153.

HSL color Cylindrical-coordinate representation of color #F9C4AD: hue angle of 18.16º degrees, saturation: 0.86, 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 #F9C4AD is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 196 173 -
CMYK 0 0.21 0.31 0.02
HSL 18.16º 0.86% 0.83% -
HSV(B) 18.16º 0.31% 0.98% -
XYZ 66.35 62.64 48.13 -
YUV 209.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 249 196 173 0 0.21 0.31 0.02 18.16 0.86 0.83
Hex F9 C4 AD 0 15 1F 2 12 56 53
Octal 371 304 255 0 25 37 2 22 126 123
Binary 11111001 11000100 10101101 0 10101 11111 10 10010 1010110 1010011

Color Harmonies of #F9C4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C4AD

Black with #F9C4AD

Text Example


Text Example

White with #F9C4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C4AD; }

 p { color: rgb(249,196,173); }

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

background-color css

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

 a { background-color: rgb(249,196,173); }

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

border-color css

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

 span { border-color: rgb(249,196,173); }

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