#F0755D

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

Shades of Terra Cotta #F0755D

Tints of Terra Cotta #F0755D

Color information

#F0755D (or 0xF0755D) is unknown color: approx Terra Cotta. HEX triplet: F0, 75 and 5D. RGB value is (240,117,93). Sum of RGB (Red+Green+Blue) = 240+117+93=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0755D is #0F8AA2. Grayscale: #979797. Windows color (decimal): -1018531 or 6125040. OLE color: 6125040.

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

Color convert

RGB24011793-
CMYK00.510.610.06
HSL9.8º83.05%65.29%-
HSV(B)9.8º61.25%94.12%-
XYZ44.2732.0414.21-
YUV151.0495.25191.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.33%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=53.33%
G=26%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401179300.510.610.069.883.0565.29
HexF0755D0333D6a5341
Octal36016513506375612123101
Binary11110000111010110111010110011111101110101010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0755D; }

 p { color: rgb(240,117,93); }

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

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

 a { background-color: rgb(240,117,93); }

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

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

 span { border-color: rgb(240,117,93); }

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