Html Css Color HEX #F5C8AE Apricot

📋 copy color: '#F5C8AE'

red 245 ◦ green 200 ◦ blue 174

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

Shades of Apricot #F5C8AE

Tints of Apricot #F5C8AE

RGB

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

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

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

R = 39.58%
G = 32.31%
B = 28.11%

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

#F5C8AE (or 0xF5C8AE) is known color: Apricot. HEX triplet: F5, C8 and AE. RGB value is (245,200,174). Sum of RGB (Red+Green+Blue) = 245+200+174=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C8AE is #0A3751. Grayscale: #D2D2D2. Windows color (decimal): -669522 or 11454709. OLE color: 11454709.

HSL color Cylindrical-coordinate representation of color #F5C8AE: hue angle of 21.97º 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 #F5C8AE is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 174 -
CMYK 0 0.18 0.29 0.04
HSL 21.97º 0.78% 0.82% -
HSV(B) 21.97º 0.29% 0.96% -
XYZ 65.95 63.78 48.88 -
YUV 210.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 245 200 174 0 0.18 0.29 0.04 21.97 0.78 0.82
Hex F5 C8 AE 0 12 1D 4 16 4E 52
Octal 365 310 256 0 22 35 4 26 116 122
Binary 11110101 11001000 10101110 0 10010 11101 100 10110 1001110 1010010

Color Harmonies of #F5C8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C8AE

Black with #F5C8AE

Text Example


Text Example

White with #F5C8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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