Html Css Color HEX #F7C5AE Apricot

📋 copy color: '#F7C5AE'

red 247 ◦ green 197 ◦ blue 174

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

Shades of Apricot #F7C5AE

Tints of Apricot #F7C5AE

RGB

 RED value IS 247 (96.88% from 255) = 39.97%

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

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

R = 39.97%
G = 31.88%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7C5AE (or 0xF7C5AE) is known color: Apricot. HEX triplet: F7, C5 and AE. RGB value is (247,197,174). Sum of RGB (Red+Green+Blue) = 247+197+174=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C5AE is #083A51. Grayscale: #D1D1D1. Windows color (decimal): -539218 or 11453943. OLE color: 11453943.

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

Color convert

RGB 247 197 174 -
CMYK 0 0.20 0.30 0.03
HSL 18.9º 0.82% 0.83% -
HSV(B) 18.9º 0.3% 0.97% -
XYZ 65.96 62.76 48.68 -
YUV 209.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 247 197 174 0 0.20 0.30 0.03 18.9 0.82 0.83
Hex F7 C5 AE 0 14 1E 3 13 52 53
Octal 367 305 256 0 24 36 3 23 122 123
Binary 11110111 11000101 10101110 0 10100 11110 11 10011 1010010 1010011

Color Harmonies of #F7C5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C5AE

Black with #F7C5AE

Text Example


Text Example

White with #F7C5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C5AE; }

 p { color: rgb(247,197,174); }

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

background-color css

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

 a { background-color: rgb(247,197,174); }

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

border-color css

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

 span { border-color: rgb(247,197,174); }

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