Html Css Color HEX #F7D0AD Apricot

📋 copy color: '#F7D0AD'

red 247 ◦ green 208 ◦ blue 173

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

Shades of Apricot #F7D0AD

Tints of Apricot #F7D0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.12%

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

R = 39.33%
G = 33.12%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7D0AD (or 0xF7D0AD) is known color: Apricot. HEX triplet: F7, D0 and AD. RGB value is (247,208,173). Sum of RGB (Red+Green+Blue) = 247+208+173=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D0AD is #082F52. Grayscale: #D7D7D7. Windows color (decimal): -536403 or 11391223. OLE color: 11391223.

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

Color convert

RGB 247 208 173 -
CMYK 0 0.16 0.30 0.03
HSL 28.38º 0.82% 0.82% -
HSV(B) 28.38º 0.3% 0.97% -
XYZ 68.46 67.9 49.03 -
YUV 215.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 247 208 173 0 0.16 0.30 0.03 28.38 0.82 0.82
Hex F7 D0 AD 0 10 1E 3 1C 52 52
Octal 367 320 255 0 20 36 3 34 122 122
Binary 11110111 11010000 10101101 0 10000 11110 11 11100 1010010 1010010

Color Harmonies of #F7D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D0AD

Black with #F7D0AD

Text Example


Text Example

White with #F7D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D0AD; }

 p { color: rgb(247,208,173); }

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

background-color css

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

 a { background-color: rgb(247,208,173); }

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

border-color css

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

 span { border-color: rgb(247,208,173); }

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