Html Css Color HEX #F0A880 Tacao

📋 copy color: '#F0A880'

red 240 ◦ green 168 ◦ blue 128

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

Shades of Tacao #F0A880

Tints of Tacao #F0A880

RGB

 RED value IS 240 (94.14% from 255) = 44.78%

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

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

R = 44.78%
G = 31.34%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0A880 (or 0xF0A880) is known color: Tacao. HEX triplet: F0, A8 and 80. RGB value is (240,168,128). Sum of RGB (Red+Green+Blue) = 240+168+128=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A880 is #0F577F. Grayscale: #B9B9B9. Windows color (decimal): -1005440 or 8431856. OLE color: 8431856.

HSL color Cylindrical-coordinate representation of color #F0A880: hue angle of 21.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0A880 is Cyan = 0, Magento = 0.3, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 168 128 -
CMYK 0 0.3 0.47 0.06
HSL 21.43º 0.79% 0.72% -
HSV(B) 21.43º 0.47% 0.94% -
XYZ 53.83 48.09 26.87 -
YUV 184.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 240 168 128 0 0.3 0.47 0.06 21.43 0.79 0.72
Hex F0 A8 80 0 1E 2F 6 15 4F 48
Octal 360 250 200 0 36 57 6 25 117 110
Binary 11110000 10101000 10000000 0 11110 101111 110 10101 1001111 1001000

Color Harmonies of #F0A880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A880

Black with #F0A880

Text Example


Text Example

White with #F0A880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A880; }

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

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

background-color css

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

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

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

border-color css

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

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

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