#F0745E

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

Shades of Terra Cotta #F0745E

Tints of Terra Cotta #F0745E

Color information

#F0745E (or 0xF0745E) is unknown color: approx Terra Cotta. HEX triplet: F0, 74 and 5E. RGB value is (240,116,94). Sum of RGB (Red+Green+Blue) = 240+116+94=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0745E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0745E is #0F8BA1. Grayscale: #969696. Windows color (decimal): -1018786 or 6190320. OLE color: 6190320.

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

Color convert

RGB24011694-
CMYK00.520.610.06
HSL9.04º82.95%65.49%-
HSV(B)9.04º60.83%94.12%-
XYZ44.231.8214.4-
YUV150.5796.08191.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.33%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 94 (37.11% from 255) = 20.89%
R=53.33%
G=25.78%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401169400.520.610.069.0482.9565.49
HexF0745E0343D695341
Octal36016413606475611123101
Binary11110000111010010111100110100111101110100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0745E; }

 p { color: rgb(240,116,94); }

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

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

 a { background-color: rgb(240,116,94); }

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

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

 span { border-color: rgb(240,116,94); }

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