Html Css Color HEX #F0775F Terra Cotta

📋 copy color: '#F0775F'

red 240 ◦ green 119 ◦ blue 95

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

Shades of Terra Cotta #F0775F

Tints of Terra Cotta #F0775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.21%

 BLUE value IS 95 (37.5% from 255) = 20.93%

R = 52.86%
G = 26.21%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0775F (or 0xF0775F) is known color: Terra Cotta. HEX triplet: F0, 77 and 5F. RGB value is (240,119,95). Sum of RGB (Red+Green+Blue) = 240+119+95=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0775F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0775F is #0F88A0. Grayscale: #989898. Windows color (decimal): -1018017 or 6256624. OLE color: 6256624.

HSL color Cylindrical-coordinate representation of color #F0775F: hue angle of 9.93º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0775F is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 95 -
CMYK 0 0.50 0.60 0.06
HSL 9.93º 0.83% 0.66% -
HSV(B) 9.93º 0.6% 0.94% -
XYZ 44.6 32.55 14.76 -
YUV 152.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 240 119 95 0 0.50 0.60 0.06 9.93 0.83 0.66
Hex F0 77 5F 0 32 3C 6 A 53 42
Octal 360 167 137 0 62 74 6 12 123 102
Binary 11110000 1110111 1011111 0 110010 111100 110 1010 1010011 1000010

Color Harmonies of #F0775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0775F

Black with #F0775F

Text Example


Text Example

White with #F0775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0775F; }

 p { color: rgb(240,119,95); }

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

background-color css

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

 a { background-color: rgb(240,119,95); }

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

border-color css

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

 span { border-color: rgb(240,119,95); }

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