Html Css Color HEX #F7B280 Tacao

📋 copy color: '#F7B280'

red 247 ◦ green 178 ◦ blue 128

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

Shades of Tacao #F7B280

Tints of Tacao #F7B280

RGB

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

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

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

R = 44.67%
G = 32.19%
B = 23.15%

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

#F7B280 (or 0xF7B280) is known color: Tacao. HEX triplet: F7, B2 and 80. RGB value is (247,178,128). Sum of RGB (Red+Green+Blue) = 247+178+128=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7B280 is #084D7F. Grayscale: #C1C1C1. Windows color (decimal): -544128 or 8434423. OLE color: 8434423.

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

Color convert

RGB 247 178 128 -
CMYK 0 0.28 0.48 0.03
HSL 25.21º 0.88% 0.74% -
HSV(B) 25.21º 0.48% 0.97% -
XYZ 58.17 53.17 27.62 -
YUV 192.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 247 178 128 0 0.28 0.48 0.03 25.21 0.88 0.74
Hex F7 B2 80 0 1C 30 3 19 58 4A
Octal 367 262 200 0 34 60 3 31 130 112
Binary 11110111 10110010 10000000 0 11100 110000 11 11001 1011000 1001010

Color Harmonies of #F7B280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B280

Black with #F7B280

Text Example


Text Example

White with #F7B280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B280; }

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

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

background-color css

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

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

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

border-color css

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

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

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