Html Css Color HEX #F0AB70 Tacao

📋 copy color: '#F0AB70'

red 240 ◦ green 171 ◦ blue 112

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

Shades of Tacao #F0AB70

Tints of Tacao #F0AB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.41%

R = 45.89%
G = 32.7%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0AB70 (or 0xF0AB70) is known color: Tacao. HEX triplet: F0, AB and 70. RGB value is (240,171,112). Sum of RGB (Red+Green+Blue) = 240+171+112=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB70 is #0F548F. Grayscale: #B9B9B9. Windows color (decimal): -1004688 or 7384048. OLE color: 7384048.

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

Color convert

RGB 240 171 112 -
CMYK 0 0.29 0.53 0.06
HSL 27.66º 0.81% 0.69% -
HSV(B) 27.66º 0.53% 0.94% -
XYZ 53.42 48.82 21.94 -
YUV 184.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 240 171 112 0 0.29 0.53 0.06 27.66 0.81 0.69
Hex F0 AB 70 0 1D 35 6 1C 51 45
Octal 360 253 160 0 35 65 6 34 121 105
Binary 11110000 10101011 1110000 0 11101 110101 110 11100 1010001 1000101

Color Harmonies of #F0AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB70

Black with #F0AB70

Text Example


Text Example

White with #F0AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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