#F0795E

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

Shades of Terra Cotta #F0795E

Tints of Terra Cotta #F0795E

Color information

#F0795E (or 0xF0795E) is unknown color: approx Terra Cotta. HEX triplet: F0, 79 and 5E. RGB value is (240,121,94). Sum of RGB (Red+Green+Blue) = 240+121+94=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0795E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0795E is #0F86A1. Grayscale: #999999. Windows color (decimal): -1017506 or 6191600. OLE color: 6191600.

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

Color convert

RGB24012194-
CMYK00.500.610.06
HSL11.1º82.95%65.49%-
HSV(B)11.1º60.83%94.12%-
XYZ44.7933.0114.6-
YUV153.594.42189.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=52.75%
G=26.59%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401219400.500.610.0611.182.9565.49
HexF0795E0323D6b5341
Octal36017113606275613123101
Binary11110000111100110111100110010111101110101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0795E; }

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

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

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

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

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

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

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

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