Html Css Color HEX #F0A570 Tacao

📋 copy color: '#F0A570'

red 240 ◦ green 165 ◦ blue 112

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

Shades of Tacao #F0A570

Tints of Tacao #F0A570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.91%

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

R = 46.42%
G = 31.91%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0A570 (or 0xF0A570) is known color: Tacao. HEX triplet: F0, A5 and 70. RGB value is (240,165,112). Sum of RGB (Red+Green+Blue) = 240+165+112=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A570 is #0F5A8F. Grayscale: #B5B5B5. Windows color (decimal): -1006224 or 7382512. OLE color: 7382512.

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

Color convert

RGB 240 165 112 -
CMYK 0 0.31 0.53 0.06
HSL 24.84º 0.81% 0.69% -
HSV(B) 24.84º 0.53% 0.94% -
XYZ 52.31 46.61 21.57 -
YUV 181.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 240 165 112 0 0.31 0.53 0.06 24.84 0.81 0.69
Hex F0 A5 70 0 1F 35 6 19 51 45
Octal 360 245 160 0 37 65 6 31 121 105
Binary 11110000 10100101 1110000 0 11111 110101 110 11001 1010001 1000101

Color Harmonies of #F0A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A570

Black with #F0A570

Text Example


Text Example

White with #F0A570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A570; }

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

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

background-color css

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

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

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

border-color css

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

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

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