Html Css Color HEX #F6AD7D Tacao

📋 copy color: '#F6AD7D'

red 246 ◦ green 173 ◦ blue 125

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

Shades of Tacao #F6AD7D

Tints of Tacao #F6AD7D

RGB

 RED value IS 246 (96.48% from 255) = 45.22%

 GREEN value IS 173 (67.97% from 255) = 31.8%

 BLUE value IS 125 (49.22% from 255) = 22.98%

R = 45.22%
G = 31.8%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6AD7D (or 0xF6AD7D) is known color: Tacao. HEX triplet: F6, AD and 7D. RGB value is (246,173,125). Sum of RGB (Red+Green+Blue) = 246+173+125=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD7D is #095282. Grayscale: #BDBDBD. Windows color (decimal): -610947 or 8236534. OLE color: 8236534.

HSL color Cylindrical-coordinate representation of color #F6AD7D: hue angle of 23.8º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6AD7D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 173 125 -
CMYK 0 0.30 0.49 0.04
HSL 23.8º 0.87% 0.73% -
HSV(B) 23.8º 0.49% 0.96% -
XYZ 56.65 50.96 26.25 -
YUV 189.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 246 173 125 0 0.30 0.49 0.04 23.8 0.87 0.73
Hex F6 AD 7D 0 1E 31 4 18 57 49
Octal 366 255 175 0 36 61 4 30 127 111
Binary 11110110 10101101 1111101 0 11110 110001 100 11000 1010111 1001001

Color Harmonies of #F6AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AD7D

Black with #F6AD7D

Text Example


Text Example

White with #F6AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AD7D; }

 p { color: rgb(246,173,125); }

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

background-color css

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

 a { background-color: rgb(246,173,125); }

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

border-color css

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

 span { border-color: rgb(246,173,125); }

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