Html Css Color HEX #F0A970 Tacao

📋 copy color: '#F0A970'

red 240 ◦ green 169 ◦ blue 112

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

Shades of Tacao #F0A970

Tints of Tacao #F0A970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.44%

 BLUE value IS 112 (44.14% from 255) = 21.5%

R = 46.07%
G = 32.44%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0A970 (or 0xF0A970) is known color: Tacao. HEX triplet: F0, A9 and 70. RGB value is (240,169,112). Sum of RGB (Red+Green+Blue) = 240+169+112=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A970 is #0F568F. Grayscale: #B8B8B8. Windows color (decimal): -1005200 or 7383536. OLE color: 7383536.

HSL color Cylindrical-coordinate representation of color #F0A970: hue angle of 26.72º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0A970 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 169 112 -
CMYK 0 0.30 0.53 0.06
HSL 26.72º 0.81% 0.69% -
HSV(B) 26.72º 0.53% 0.94% -
XYZ 53.05 48.07 21.81 -
YUV 183.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 240 169 112 0 0.30 0.53 0.06 26.72 0.81 0.69
Hex F0 A9 70 0 1E 35 6 1B 51 45
Octal 360 251 160 0 36 65 6 33 121 105
Binary 11110000 10101001 1110000 0 11110 110101 110 11011 1010001 1000101

Color Harmonies of #F0A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A970

Black with #F0A970

Text Example


Text Example

White with #F0A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A970; }

 p { color: rgb(240,169,112); }

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

background-color css

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

 a { background-color: rgb(240,169,112); }

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

border-color css

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

 span { border-color: rgb(240,169,112); }

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