Html Css Color HEX #F0AC6F Tacao

📋 copy color: '#F0AC6F'

red 240 ◦ green 172 ◦ blue 111

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

Shades of Tacao #F0AC6F

Tints of Tacao #F0AC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.89%

 BLUE value IS 111 (43.75% from 255) = 21.22%

R = 45.89%
G = 32.89%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0AC6F (or 0xF0AC6F) is known color: Tacao. HEX triplet: F0, AC and 6F. RGB value is (240,172,111). Sum of RGB (Red+Green+Blue) = 240+172+111=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC6F is #0F5390. Grayscale: #B9B9B9. Windows color (decimal): -1004433 or 7318768. OLE color: 7318768.

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

Color convert

RGB 240 172 111 -
CMYK 0 0.28 0.54 0.06
HSL 28.37º 0.81% 0.69% -
HSV(B) 28.37º 0.54% 0.94% -
XYZ 53.56 49.18 21.71 -
YUV 185.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 240 172 111 0 0.28 0.54 0.06 28.37 0.81 0.69
Hex F0 AC 6F 0 1C 36 6 1C 51 45
Octal 360 254 157 0 34 66 6 34 121 105
Binary 11110000 10101100 1101111 0 11100 110110 110 11100 1010001 1000101

Color Harmonies of #F0AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC6F

Black with #F0AC6F

Text Example


Text Example

White with #F0AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC6F; }

 p { color: rgb(240,172,111); }

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

background-color css

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

 a { background-color: rgb(240,172,111); }

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

border-color css

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

 span { border-color: rgb(240,172,111); }

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