Html Css Color HEX #F0AF88 Tacao

📋 copy color: '#F0AF88'

red 240 ◦ green 175 ◦ blue 136

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

Shades of Tacao #F0AF88

Tints of Tacao #F0AF88

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.76%

 BLUE value IS 136 (53.52% from 255) = 24.68%

R = 43.56%
G = 31.76%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F0AF88 (or 0xF0AF88) is known color: Tacao. HEX triplet: F0, AF and 88. RGB value is (240,175,136). Sum of RGB (Red+Green+Blue) = 240+175+136=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF88 is #0F5077. Grayscale: #BEBEBE. Windows color (decimal): -1003640 or 8957936. OLE color: 8957936.

HSL color Cylindrical-coordinate representation of color #F0AF88: hue angle of 22.5º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0AF88 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 136 -
CMYK 0 0.27 0.43 0.06
HSL 22.5º 0.78% 0.74% -
HSV(B) 22.5º 0.43% 0.94% -
XYZ 55.71 50.96 30.19 -
YUV 189.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 240 175 136 0 0.27 0.43 0.06 22.5 0.78 0.74
Hex F0 AF 88 0 1B 2B 6 16 4E 4A
Octal 360 257 210 0 33 53 6 26 116 112
Binary 11110000 10101111 10001000 0 11011 101011 110 10110 1001110 1001010

Color Harmonies of #F0AF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF88

Black with #F0AF88

Text Example


Text Example

White with #F0AF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF88; }

 p { color: rgb(240,175,136); }

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

background-color css

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

 a { background-color: rgb(240,175,136); }

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

border-color css

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

 span { border-color: rgb(240,175,136); }

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