Html Css Color HEX #F5AF85 Tacao

📋 copy color: '#F5AF85'

red 245 ◦ green 175 ◦ blue 133

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

Shades of Tacao #F5AF85

Tints of Tacao #F5AF85

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.65%

 BLUE value IS 133 (52.34% from 255) = 24.05%

R = 44.3%
G = 31.65%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F5AF85 (or 0xF5AF85) is known color: Tacao. HEX triplet: F5, AF and 85. RGB value is (245,175,133). Sum of RGB (Red+Green+Blue) = 245+175+133=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AF85 is #0A507A. Grayscale: #BFBFBF. Windows color (decimal): -675963 or 8761333. OLE color: 8761333.

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

Color convert

RGB 245 175 133 -
CMYK 0 0.29 0.46 0.04
HSL 22.5º 0.85% 0.74% -
HSV(B) 22.5º 0.46% 0.96% -
XYZ 57.22 51.77 29.17 -
YUV 191.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 245 175 133 0 0.29 0.46 0.04 22.5 0.85 0.74
Hex F5 AF 85 0 1D 2E 4 16 55 4A
Octal 365 257 205 0 35 56 4 26 125 112
Binary 11110101 10101111 10000101 0 11101 101110 100 10110 1010101 1001010

Color Harmonies of #F5AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF85

Black with #F5AF85

Text Example


Text Example

White with #F5AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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