Html Css Color HEX #F0AC7E Tacao

📋 copy color: '#F0AC7E'

red 240 ◦ green 172 ◦ blue 126

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

Shades of Tacao #F0AC7E

Tints of Tacao #F0AC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.42%

R = 44.61%
G = 31.97%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0AC7E (or 0xF0AC7E) is known color: Tacao. HEX triplet: F0, AC and 7E. RGB value is (240,172,126). Sum of RGB (Red+Green+Blue) = 240+172+126=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC7E is #0F5381. Grayscale: #BBBBBB. Windows color (decimal): -1004418 or 8301808. OLE color: 8301808.

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

Color convert

RGB 240 172 126 -
CMYK 0 0.28 0.48 0.06
HSL 24.21º 0.79% 0.72% -
HSV(B) 24.21º 0.48% 0.94% -
XYZ 54.45 49.54 26.43 -
YUV 187.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 240 172 126 0 0.28 0.48 0.06 24.21 0.79 0.72
Hex F0 AC 7E 0 1C 30 6 18 4F 48
Octal 360 254 176 0 34 60 6 30 117 110
Binary 11110000 10101100 1111110 0 11100 110000 110 11000 1001111 1001000

Color Harmonies of #F0AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC7E

Black with #F0AC7E

Text Example


Text Example

White with #F0AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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