#F0705B

Color #F0705B Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #F0705B

Tints of Terra Cotta #F0705B

Color information

#F0705B (or 0xF0705B) is unknown color: approx Terra Cotta. HEX triplet: F0, 70 and 5B. RGB value is (240,112,91). Sum of RGB (Red+Green+Blue) = 240+112+91=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0705B is #0F8FA4. Grayscale: #949494. Windows color (decimal): -1019813 or 5992688. OLE color: 5992688.

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

Color convert

RGB24011291-
CMYK00.530.620.06
HSL8.46º83.24%64.9%-
HSV(B)8.46º62.08%94.12%-
XYZ43.6230.8713.56-
YUV147.8895.91193.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.18%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=54.18%
G=25.28%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401129100.530.620.068.4683.2464.9
HexF0705B0353E685341
Octal36016013306576610123101
Binary11110000111000010110110110101111110110100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0705B; }

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

 H1.HeaderClassName
 {
   color: #F0705B;
 }
 .AnyTagClassName
 {
   color: #F0705B;
 }
</style>
background-color css

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

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

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

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

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

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