Html Css Color HEX #F5C9AF Apricot

📋 copy color: '#F5C9AF'

red 245 ◦ green 201 ◦ blue 175

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

Shades of Apricot #F5C9AF

Tints of Apricot #F5C9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.37%

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

R = 39.45%
G = 32.37%
B = 28.18%

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

#F5C9AF (or 0xF5C9AF) is known color: Apricot. HEX triplet: F5, C9 and AF. RGB value is (245,201,175). Sum of RGB (Red+Green+Blue) = 245+201+175=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C9AF is #0A3650. Grayscale: #D3D3D3. Windows color (decimal): -669265 or 11520501. OLE color: 11520501.

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

Color convert

RGB 245 201 175 -
CMYK 0 0.18 0.29 0.04
HSL 22.29º 0.78% 0.82% -
HSV(B) 22.29º 0.29% 0.96% -
XYZ 66.28 64.28 49.47 -
YUV 211.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 245 201 175 0 0.18 0.29 0.04 22.29 0.78 0.82
Hex F5 C9 AF 0 12 1D 4 16 4E 52
Octal 365 311 257 0 22 35 4 26 116 122
Binary 11110101 11001001 10101111 0 10010 11101 100 10110 1001110 1010010

Color Harmonies of #F5C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C9AF

Black with #F5C9AF

Text Example


Text Example

White with #F5C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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