Html Css Color HEX #F6B273 Tacao

📋 copy color: '#F6B273'

red 246 ◦ green 178 ◦ blue 115

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

Shades of Tacao #F6B273

Tints of Tacao #F6B273

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

 BLUE value IS 115 (45.31% from 255) = 21.34%

R = 45.64%
G = 33.02%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F6B273 (or 0xF6B273) is known color: Tacao. HEX triplet: F6, B2 and 73. RGB value is (246,178,115). Sum of RGB (Red+Green+Blue) = 246+178+115=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B273 is #094D8C. Grayscale: #BFBFBF. Windows color (decimal): -609677 or 7582454. OLE color: 7582454.

HSL color Cylindrical-coordinate representation of color #F6B273: hue angle of 28.85º 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 #F6B273 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 178 115 -
CMYK 0 0.28 0.53 0.04
HSL 28.85º 0.88% 0.71% -
HSV(B) 28.85º 0.53% 0.96% -
XYZ 57.02 52.67 23.38 -
YUV 191.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 246 178 115 0 0.28 0.53 0.04 28.85 0.88 0.71
Hex F6 B2 73 0 1C 35 4 1D 58 47
Octal 366 262 163 0 34 65 4 35 130 107
Binary 11110110 10110010 1110011 0 11100 110101 100 11101 1011000 1000111

Color Harmonies of #F6B273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B273

Black with #F6B273

Text Example


Text Example

White with #F6B273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B273; }

 p { color: rgb(246,178,115); }

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

background-color css

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

 a { background-color: rgb(246,178,115); }

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

border-color css

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

 span { border-color: rgb(246,178,115); }

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