Html Css Color HEX #F0A87F Tacao

📋 copy color: '#F0A87F'

red 240 ◦ green 168 ◦ blue 127

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

Shades of Tacao #F0A87F

Tints of Tacao #F0A87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

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

R = 44.86%
G = 31.4%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0A87F (or 0xF0A87F) is known color: Tacao. HEX triplet: F0, A8 and 7F. RGB value is (240,168,127). Sum of RGB (Red+Green+Blue) = 240+168+127=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A87F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A87F is #0F5780. Grayscale: #B9B9B9. Windows color (decimal): -1005441 or 8366320. OLE color: 8366320.

HSL color Cylindrical-coordinate representation of color #F0A87F: hue angle of 21.77º 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 #F0A87F is Cyan = 0, Magento = 0.3, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 168 127 -
CMYK 0 0.3 0.47 0.06
HSL 21.77º 0.79% 0.72% -
HSV(B) 21.77º 0.47% 0.94% -
XYZ 53.77 48.06 26.52 -
YUV 184.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 240 168 127 0 0.3 0.47 0.06 21.77 0.79 0.72
Hex F0 A8 7F 0 1E 2F 6 16 4F 48
Octal 360 250 177 0 36 57 6 26 117 110
Binary 11110000 10101000 1111111 0 11110 101111 110 10110 1001111 1001000

Color Harmonies of #F0A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A87F

Black with #F0A87F

Text Example


Text Example

White with #F0A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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