Html Css Color HEX #F0A872 Tacao

📋 copy color: '#F0A872'

red 240 ◦ green 168 ◦ blue 114

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

Shades of Tacao #F0A872

Tints of Tacao #F0A872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.84%

R = 45.98%
G = 32.18%
B = 21.84%

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

#F0A872 (or 0xF0A872) is known color: Tacao. HEX triplet: F0, A8 and 72. RGB value is (240,168,114). Sum of RGB (Red+Green+Blue) = 240+168+114=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A872 is #0F578D. Grayscale: #B7B7B7. Windows color (decimal): -1005454 or 7514352. OLE color: 7514352.

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

Color convert

RGB 240 168 114 -
CMYK 0 0.3 0.52 0.06
HSL 25.71º 0.81% 0.69% -
HSV(B) 25.71º 0.53% 0.94% -
XYZ 52.98 47.75 22.34 -
YUV 183.37 88.85 168.39 -
System Red Green Blue C M Y K H S L
Decimal 240 168 114 0 0.3 0.52 0.06 25.71 0.81 0.69
Hex F0 A8 72 0 1E 34 6 1A 51 45
Octal 360 250 162 0 36 64 6 32 121 105
Binary 11110000 10101000 1110010 0 11110 110100 110 11010 1010001 1000101

Color Harmonies of #F0A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A872

Black with #F0A872

Text Example


Text Example

White with #F0A872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A872; }

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

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

background-color css

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

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

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

border-color css

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

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

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