Html Css Color HEX #F7AF7A Tacao

📋 copy color: '#F7AF7A'

red 247 ◦ green 175 ◦ blue 122

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

Shades of Tacao #F7AF7A

Tints of Tacao #F7AF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.43%

R = 45.4%
G = 32.17%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7AF7A (or 0xF7AF7A) is known color: Tacao. HEX triplet: F7, AF and 7A. RGB value is (247,175,122). Sum of RGB (Red+Green+Blue) = 247+175+122=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AF7A is #085085. Grayscale: #BEBEBE. Windows color (decimal): -544902 or 8040439. OLE color: 8040439.

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

Color convert

RGB 247 175 122 -
CMYK 0 0.29 0.51 0.03
HSL 25.44º 0.89% 0.72% -
HSV(B) 25.44º 0.51% 0.97% -
XYZ 57.2 51.84 25.4 -
YUV 190.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 247 175 122 0 0.29 0.51 0.03 25.44 0.89 0.72
Hex F7 AF 7A 0 1D 33 3 19 59 48
Octal 367 257 172 0 35 63 3 31 131 110
Binary 11110111 10101111 1111010 0 11101 110011 11 11001 1011001 1001000

Color Harmonies of #F7AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF7A

Black with #F7AF7A

Text Example


Text Example

White with #F7AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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