Html Css Color HEX #F5C5AF Zinnwaldite

📋 copy color: '#F5C5AF'

red 245 ◦ green 197 ◦ blue 175

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

Shades of Zinnwaldite #F5C5AF

Tints of Zinnwaldite #F5C5AF

RGB

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

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

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

R = 39.71%
G = 31.93%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5C5AF (or 0xF5C5AF) is known color: Zinnwaldite. HEX triplet: F5, C5 and AF. RGB value is (245,197,175). Sum of RGB (Red+Green+Blue) = 245+197+175=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C5AF is #0A3A50. Grayscale: #D0D0D0. Windows color (decimal): -670289 or 11519477. OLE color: 11519477.

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

Color convert

RGB 245 197 175 -
CMYK 0 0.20 0.29 0.04
HSL 18.86º 0.78% 0.82% -
HSV(B) 18.86º 0.29% 0.96% -
XYZ 65.36 62.44 49.16 -
YUV 208.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 245 197 175 0 0.20 0.29 0.04 18.86 0.78 0.82
Hex F5 C5 AF 0 14 1D 4 13 4E 52
Octal 365 305 257 0 24 35 4 23 116 122
Binary 11110101 11000101 10101111 0 10100 11101 100 10011 1001110 1010010

Color Harmonies of #F5C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C5AF

Black with #F5C5AF

Text Example


Text Example

White with #F5C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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