Html Css Color HEX #F5C8AF Apricot

📋 copy color: '#F5C8AF'

red 245 ◦ green 200 ◦ blue 175

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

Shades of Apricot #F5C8AF

Tints of Apricot #F5C8AF

RGB

 RED value IS 245 (96.09% from 255) = 39.52%

 GREEN value IS 200 (78.52% from 255) = 32.26%

 BLUE value IS 175 (68.75% from 255) = 28.23%

R = 39.52%
G = 32.26%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5C8AF (or 0xF5C8AF) is known color: Apricot. HEX triplet: F5, C8 and AF. RGB value is (245,200,175). Sum of RGB (Red+Green+Blue) = 245+200+175=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C8AF is #0A3750. Grayscale: #D2D2D2. Windows color (decimal): -669521 or 11520245. OLE color: 11520245.

HSL color Cylindrical-coordinate representation of color #F5C8AF: hue angle of 21.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5C8AF is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 175 -
CMYK 0 0.18 0.29 0.04
HSL 21.43º 0.78% 0.82% -
HSV(B) 21.43º 0.29% 0.96% -
XYZ 66.05 63.82 49.39 -
YUV 210.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 245 200 175 0 0.18 0.29 0.04 21.43 0.78 0.82
Hex F5 C8 AF 0 12 1D 4 15 4E 52
Octal 365 310 257 0 22 35 4 25 116 122
Binary 11110101 11001000 10101111 0 10010 11101 100 10101 1001110 1010010

Color Harmonies of #F5C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C8AF

Black with #F5C8AF

Text Example


Text Example

White with #F5C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C8AF; }

 p { color: rgb(245,200,175); }

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

background-color css

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

 a { background-color: rgb(245,200,175); }

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

border-color css

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

 span { border-color: rgb(245,200,175); }

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