Html Css Color HEX #F7B385 Tacao

📋 copy color: '#F7B385'

red 247 ◦ green 179 ◦ blue 133

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

Shades of Tacao #F7B385

Tints of Tacao #F7B385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.02%

 BLUE value IS 133 (52.34% from 255) = 23.79%

R = 44.19%
G = 32.02%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F7B385 (or 0xF7B385) is known color: Tacao. HEX triplet: F7, B3 and 85. RGB value is (247,179,133). Sum of RGB (Red+Green+Blue) = 247+179+133=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B385 is #084C7A. Grayscale: #C2C2C2. Windows color (decimal): -543867 or 8762359. OLE color: 8762359.

HSL color Cylindrical-coordinate representation of color #F7B385: hue angle of 24.21º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7B385 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 179 133 -
CMYK 0 0.28 0.46 0.03
HSL 24.21º 0.88% 0.75% -
HSV(B) 24.21º 0.46% 0.97% -
XYZ 58.71 53.71 29.46 -
YUV 194.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 247 179 133 0 0.28 0.46 0.03 24.21 0.88 0.75
Hex F7 B3 85 0 1C 2E 3 18 58 4B
Octal 367 263 205 0 34 56 3 30 130 113
Binary 11110111 10110011 10000101 0 11100 101110 11 11000 1011000 1001011

Color Harmonies of #F7B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B385

Black with #F7B385

Text Example


Text Example

White with #F7B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B385; }

 p { color: rgb(247,179,133); }

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

background-color css

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

 a { background-color: rgb(247,179,133); }

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

border-color css

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

 span { border-color: rgb(247,179,133); }

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