Html Css Color HEX #F6AD74 Tacao

📋 copy color: '#F6AD74'

red 246 ◦ green 173 ◦ blue 116

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

Shades of Tacao #F6AD74

Tints of Tacao #F6AD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.68%

R = 45.98%
G = 32.34%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F6AD74 (or 0xF6AD74) is known color: Tacao. HEX triplet: F6, AD and 74. RGB value is (246,173,116). Sum of RGB (Red+Green+Blue) = 246+173+116=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD74 is #09528B. Grayscale: #BCBCBC. Windows color (decimal): -610956 or 7646710. OLE color: 7646710.

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

Color convert

RGB 246 173 116 -
CMYK 0 0.30 0.53 0.04
HSL 26.31º 0.88% 0.71% -
HSV(B) 26.31º 0.53% 0.96% -
XYZ 56.1 50.74 23.36 -
YUV 188.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 246 173 116 0 0.30 0.53 0.04 26.31 0.88 0.71
Hex F6 AD 74 0 1E 35 4 1A 58 47
Octal 366 255 164 0 36 65 4 32 130 107
Binary 11110110 10101101 1110100 0 11110 110101 100 11010 1011000 1000111

Color Harmonies of #F6AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AD74

Black with #F6AD74

Text Example


Text Example

White with #F6AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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