Html Css Color HEX #F7B085 Tacao

📋 copy color: '#F7B085'

red 247 ◦ green 176 ◦ blue 133

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

Shades of Tacao #F7B085

Tints of Tacao #F7B085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.65%

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

R = 44.42%
G = 31.65%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F7B085 (or 0xF7B085) is known color: Tacao. HEX triplet: F7, B0 and 85. RGB value is (247,176,133). Sum of RGB (Red+Green+Blue) = 247+176+133=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7B085 is #084F7A. Grayscale: #C0C0C0. Windows color (decimal): -544635 or 8761591. OLE color: 8761591.

HSL color Cylindrical-coordinate representation of color #F7B085: hue angle of 22.63º 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 #F7B085 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 176 133 -
CMYK 0 0.29 0.46 0.03
HSL 22.63º 0.88% 0.75% -
HSV(B) 22.63º 0.46% 0.97% -
XYZ 58.12 52.52 29.26 -
YUV 192.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 247 176 133 0 0.29 0.46 0.03 22.63 0.88 0.75
Hex F7 B0 85 0 1D 2E 3 17 58 4B
Octal 367 260 205 0 35 56 3 27 130 113
Binary 11110111 10110000 10000101 0 11101 101110 11 10111 1011000 1001011

Color Harmonies of #F7B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B085

Black with #F7B085

Text Example


Text Example

White with #F7B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B085; }

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

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

background-color css

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

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

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

border-color css

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

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

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