Html Css Color HEX #F9C6AE Apricot

📋 copy color: '#F9C6AE'

red 249 ◦ green 198 ◦ blue 174

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

Shades of Apricot #F9C6AE

Tints of Apricot #F9C6AE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.88%

 BLUE value IS 174 (68.36% from 255) = 28.02%

R = 40.1%
G = 31.88%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9C6AE (or 0xF9C6AE) is known color: Apricot. HEX triplet: F9, C6 and AE. RGB value is (249,198,174). Sum of RGB (Red+Green+Blue) = 249+198+174=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C6AE is #063951. Grayscale: #D2D2D2. Windows color (decimal): -407890 or 11454201. OLE color: 11454201.

HSL color Cylindrical-coordinate representation of color #F9C6AE: hue angle of 19.2º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9C6AE is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 198 174 -
CMYK 0 0.20 0.30 0.02
HSL 19.2º 0.86% 0.83% -
HSV(B) 19.2º 0.3% 0.98% -
XYZ 66.9 63.58 48.79 -
YUV 210.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 249 198 174 0 0.20 0.30 0.02 19.2 0.86 0.83
Hex F9 C6 AE 0 14 1E 2 13 56 53
Octal 371 306 256 0 24 36 2 23 126 123
Binary 11111001 11000110 10101110 0 10100 11110 10 10011 1010110 1010011

Color Harmonies of #F9C6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C6AE

Black with #F9C6AE

Text Example


Text Example

White with #F9C6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C6AE; }

 p { color: rgb(249,198,174); }

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

background-color css

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

 a { background-color: rgb(249,198,174); }

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

border-color css

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

 span { border-color: rgb(249,198,174); }

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