Html Css Color HEX #F0AC7B Tacao

📋 copy color: '#F0AC7B'

red 240 ◦ green 172 ◦ blue 123

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

Shades of Tacao #F0AC7B

Tints of Tacao #F0AC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.99%

R = 44.86%
G = 32.15%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0AC7B (or 0xF0AC7B) is known color: Tacao. HEX triplet: F0, AC and 7B. RGB value is (240,172,123). Sum of RGB (Red+Green+Blue) = 240+172+123=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC7B is #0F5384. Grayscale: #BBBBBB. Windows color (decimal): -1004421 or 8105200. OLE color: 8105200.

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

Color convert

RGB 240 172 123 -
CMYK 0 0.28 0.49 0.06
HSL 25.13º 0.8% 0.71% -
HSV(B) 25.13º 0.49% 0.94% -
XYZ 54.26 49.46 25.43 -
YUV 186.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 240 172 123 0 0.28 0.49 0.06 25.13 0.8 0.71
Hex F0 AC 7B 0 1C 31 6 19 50 47
Octal 360 254 173 0 34 61 6 31 120 107
Binary 11110000 10101100 1111011 0 11100 110001 110 11001 1010000 1000111

Color Harmonies of #F0AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC7B

Black with #F0AC7B

Text Example


Text Example

White with #F0AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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