Html Css Color HEX #F7A880 Tacao

📋 copy color: '#F7A880'

red 247 ◦ green 168 ◦ blue 128

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

Shades of Tacao #F7A880

Tints of Tacao #F7A880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

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

R = 45.49%
G = 30.94%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F7A880 (or 0xF7A880) is known color: Tacao. HEX triplet: F7, A8 and 80. RGB value is (247,168,128). Sum of RGB (Red+Green+Blue) = 247+168+128=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A880 is #08577F. Grayscale: #BBBBBB. Windows color (decimal): -546688 or 8431863. OLE color: 8431863.

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

Color convert

RGB 247 168 128 -
CMYK 0 0.32 0.48 0.03
HSL 20.17º 0.88% 0.74% -
HSV(B) 20.17º 0.48% 0.97% -
XYZ 56.26 49.34 26.98 -
YUV 187.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 247 168 128 0 0.32 0.48 0.03 20.17 0.88 0.74
Hex F7 A8 80 0 20 30 3 14 58 4A
Octal 367 250 200 0 40 60 3 24 130 112
Binary 11110111 10101000 10000000 0 100000 110000 11 10100 1011000 1001010

Color Harmonies of #F7A880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A880

Black with #F7A880

Text Example


Text Example

White with #F7A880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A880; }

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

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

background-color css

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

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

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

border-color css

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

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

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