Html Css Color HEX #F0AB72 Tacao

📋 copy color: '#F0AB72'

red 240 ◦ green 171 ◦ blue 114

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

Shades of Tacao #F0AB72

Tints of Tacao #F0AB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.57%

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

R = 45.71%
G = 32.57%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0AB72 (or 0xF0AB72) is known color: Tacao. HEX triplet: F0, AB and 72. RGB value is (240,171,114). Sum of RGB (Red+Green+Blue) = 240+171+114=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB72 is #0F548D. Grayscale: #B9B9B9. Windows color (decimal): -1004686 or 7515120. OLE color: 7515120.

HSL color Cylindrical-coordinate representation of color #F0AB72: hue angle of 27.14º 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 #F0AB72 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 171 114 -
CMYK 0 0.29 0.52 0.06
HSL 27.14º 0.81% 0.69% -
HSV(B) 27.14º 0.53% 0.94% -
XYZ 53.54 48.87 22.53 -
YUV 185.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 240 171 114 0 0.29 0.52 0.06 27.14 0.81 0.69
Hex F0 AB 72 0 1D 34 6 1B 51 45
Octal 360 253 162 0 35 64 6 33 121 105
Binary 11110000 10101011 1110010 0 11101 110100 110 11011 1010001 1000101

Color Harmonies of #F0AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB72

Black with #F0AB72

Text Example


Text Example

White with #F0AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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