Html Css Color HEX #F7AF85 Tacao

📋 copy color: '#F7AF85'

red 247 ◦ green 175 ◦ blue 133

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

Shades of Tacao #F7AF85

Tints of Tacao #F7AF85

RGB

 RED value IS 247 (96.88% from 255) = 44.5%

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

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

R = 44.5%
G = 31.53%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F7AF85 (or 0xF7AF85) is known color: Tacao. HEX triplet: F7, AF and 85. RGB value is (247,175,133). Sum of RGB (Red+Green+Blue) = 247+175+133=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AF85 is #08507A. Grayscale: #BFBFBF. Windows color (decimal): -544891 or 8761335. OLE color: 8761335.

HSL color Cylindrical-coordinate representation of color #F7AF85: hue angle of 22.11º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7AF85 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 133 -
CMYK 0 0.29 0.46 0.03
HSL 22.11º 0.88% 0.75% -
HSV(B) 22.11º 0.46% 0.97% -
XYZ 57.92 52.13 29.2 -
YUV 191.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 247 175 133 0 0.29 0.46 0.03 22.11 0.88 0.75
Hex F7 AF 85 0 1D 2E 3 16 58 4B
Octal 367 257 205 0 35 56 3 26 130 113
Binary 11110111 10101111 10000101 0 11101 101110 11 10110 1011000 1001011

Color Harmonies of #F7AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF85

Black with #F7AF85

Text Example


Text Example

White with #F7AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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