Html Css Color HEX #F4C0AA Zinnwaldite

📋 copy color: '#F4C0AA'

red 244 ◦ green 192 ◦ blue 170

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

Shades of Zinnwaldite #F4C0AA

Tints of Zinnwaldite #F4C0AA

RGB

 RED value IS 244 (95.7% from 255) = 40.26%

 GREEN value IS 192 (75.39% from 255) = 31.68%

 BLUE value IS 170 (66.8% from 255) = 28.05%

R = 40.26%
G = 31.68%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4C0AA (or 0xF4C0AA) is known color: Zinnwaldite. HEX triplet: F4, C0 and AA. RGB value is (244,192,170). Sum of RGB (Red+Green+Blue) = 244+192+170=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C0AA is #0B3F55. Grayscale: #CDCDCD. Windows color (decimal): -737110 or 11190516. OLE color: 11190516.

HSL color Cylindrical-coordinate representation of color #F4C0AA: hue angle of 17.84º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4C0AA is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 192 170 -
CMYK 0 0.21 0.30 0.04
HSL 17.84º 0.77% 0.81% -
HSV(B) 17.84º 0.3% 0.96% -
XYZ 63.41 59.83 46.24 -
YUV 205.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 244 192 170 0 0.21 0.30 0.04 17.84 0.77 0.81
Hex F4 C0 AA 0 15 1E 4 12 4D 51
Octal 364 300 252 0 25 36 4 22 115 121
Binary 11110100 11000000 10101010 0 10101 11110 100 10010 1001101 1010001

Color Harmonies of #F4C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C0AA

Black with #F4C0AA

Text Example


Text Example

White with #F4C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C0AA; }

 p { color: rgb(244,192,170); }

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

background-color css

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

 a { background-color: rgb(244,192,170); }

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

border-color css

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

 span { border-color: rgb(244,192,170); }

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