Html Css Color HEX #F0A873 Tacao

📋 copy color: '#F0A873'

red 240 ◦ green 168 ◦ blue 115

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

Shades of Tacao #F0A873

Tints of Tacao #F0A873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.99%

R = 45.89%
G = 32.12%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0A873 (or 0xF0A873) is known color: Tacao. HEX triplet: F0, A8 and 73. RGB value is (240,168,115). Sum of RGB (Red+Green+Blue) = 240+168+115=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A873 is #0F578C. Grayscale: #B7B7B7. Windows color (decimal): -1005453 or 7579888. OLE color: 7579888.

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

Color convert

RGB 240 168 115 -
CMYK 0 0.3 0.52 0.06
HSL 25.44º 0.81% 0.7% -
HSV(B) 25.44º 0.52% 0.94% -
XYZ 53.03 47.77 22.64 -
YUV 183.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 240 168 115 0 0.3 0.52 0.06 25.44 0.81 0.7
Hex F0 A8 73 0 1E 34 6 19 51 46
Octal 360 250 163 0 36 64 6 31 121 106
Binary 11110000 10101000 1110011 0 11110 110100 110 11001 1010001 1000110

Color Harmonies of #F0A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A873

Black with #F0A873

Text Example


Text Example

White with #F0A873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A873; }

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

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

background-color css

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

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

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

border-color css

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

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

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