Html Css Color HEX #F0AB7F Tacao

📋 copy color: '#F0AB7F'

red 240 ◦ green 171 ◦ blue 127

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

Shades of Tacao #F0AB7F

Tints of Tacao #F0AB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.61%

R = 44.61%
G = 31.78%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0AB7F (or 0xF0AB7F) is known color: Tacao. HEX triplet: F0, AB and 7F. RGB value is (240,171,127). Sum of RGB (Red+Green+Blue) = 240+171+127=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB7F is #0F5480. Grayscale: #BABABA. Windows color (decimal): -1004673 or 8367088. OLE color: 8367088.

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

Color convert

RGB 240 171 127 -
CMYK 0 0.29 0.47 0.06
HSL 23.36º 0.79% 0.72% -
HSV(B) 23.36º 0.47% 0.94% -
XYZ 54.33 49.18 26.71 -
YUV 186.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 240 171 127 0 0.29 0.47 0.06 23.36 0.79 0.72
Hex F0 AB 7F 0 1D 2F 6 17 4F 48
Octal 360 253 177 0 35 57 6 27 117 110
Binary 11110000 10101011 1111111 0 11101 101111 110 10111 1001111 1001000

Color Harmonies of #F0AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB7F

Black with #F0AB7F

Text Example


Text Example

White with #F0AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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