Html Css Color HEX #F7B380 Tacao

📋 copy color: '#F7B380'

red 247 ◦ green 179 ◦ blue 128

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

Shades of Tacao #F7B380

Tints of Tacao #F7B380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.1%

R = 44.58%
G = 32.31%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F7B380 (or 0xF7B380) is known color: Tacao. HEX triplet: F7, B3 and 80. RGB value is (247,179,128). Sum of RGB (Red+Green+Blue) = 247+179+128=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B380 is #084C7F. Grayscale: #C1C1C1. Windows color (decimal): -543872 or 8434679. OLE color: 8434679.

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

Color convert

RGB 247 179 128 -
CMYK 0 0.28 0.48 0.03
HSL 25.71º 0.88% 0.74% -
HSV(B) 25.71º 0.48% 0.97% -
XYZ 58.37 53.57 27.69 -
YUV 193.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 247 179 128 0 0.28 0.48 0.03 25.71 0.88 0.74
Hex F7 B3 80 0 1C 30 3 1A 58 4A
Octal 367 263 200 0 34 60 3 32 130 112
Binary 11110111 10110011 10000000 0 11100 110000 11 11010 1011000 1001010

Color Harmonies of #F7B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B380

Black with #F7B380

Text Example


Text Example

White with #F7B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B380; }

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

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

background-color css

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

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

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

border-color css

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

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

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