Html Css Color HEX #F0765E Terra Cotta

📋 copy color: '#F0765E'

red 240 ◦ green 118 ◦ blue 94

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

Shades of Terra Cotta #F0765E

Tints of Terra Cotta #F0765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.11%

 BLUE value IS 94 (37.11% from 255) = 20.8%

R = 53.1%
G = 26.11%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0765E (or 0xF0765E) is known color: Terra Cotta. HEX triplet: F0, 76 and 5E. RGB value is (240,118,94). Sum of RGB (Red+Green+Blue) = 240+118+94=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0765E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0765E is #0F89A1. Grayscale: #979797. Windows color (decimal): -1018274 or 6190832. OLE color: 6190832.

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

Color convert

RGB 240 118 94 -
CMYK 0 0.51 0.61 0.06
HSL 9.86º 0.83% 0.65% -
HSV(B) 9.86º 0.61% 0.94% -
XYZ 44.43 32.29 14.48 -
YUV 151.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 240 118 94 0 0.51 0.61 0.06 9.86 0.83 0.65
Hex F0 76 5E 0 33 3D 6 A 53 41
Octal 360 166 136 0 63 75 6 12 123 101
Binary 11110000 1110110 1011110 0 110011 111101 110 1010 1010011 1000001

Color Harmonies of #F0765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0765E

Black with #F0765E

Text Example


Text Example

White with #F0765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0765E; }

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

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

background-color css

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

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

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

border-color css

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

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

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