Html Css Color HEX #F6AF6E Tacao

📋 copy color: '#F6AF6E'

red 246 ◦ green 175 ◦ blue 110

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

Shades of Tacao #F6AF6E

Tints of Tacao #F6AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.72%

R = 46.33%
G = 32.96%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6AF6E (or 0xF6AF6E) is known color: Tacao. HEX triplet: F6, AF and 6E. RGB value is (246,175,110). Sum of RGB (Red+Green+Blue) = 246+175+110=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AF6E is #095091. Grayscale: #BDBDBD. Windows color (decimal): -610450 or 7254006. OLE color: 7254006.

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

Color convert

RGB 246 175 110 -
CMYK 0 0.29 0.55 0.04
HSL 28.68º 0.88% 0.7% -
HSV(B) 28.68º 0.55% 0.96% -
XYZ 56.15 51.38 21.71 -
YUV 188.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 246 175 110 0 0.29 0.55 0.04 28.68 0.88 0.7
Hex F6 AF 6E 0 1D 37 4 1D 58 46
Octal 366 257 156 0 35 67 4 35 130 106
Binary 11110110 10101111 1101110 0 11101 110111 100 11101 1011000 1000110

Color Harmonies of #F6AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AF6E

Black with #F6AF6E

Text Example


Text Example

White with #F6AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AF6E; }

 p { color: rgb(246,175,110); }

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

background-color css

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

 a { background-color: rgb(246,175,110); }

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

border-color css

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

 span { border-color: rgb(246,175,110); }

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