Html Css Color HEX #F07863 Terra Cotta

📋 copy color: '#F07863'

red 240 ◦ green 120 ◦ blue 99

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

Shades of Terra Cotta #F07863

Tints of Terra Cotta #F07863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.14%

 BLUE value IS 99 (39.06% from 255) = 21.57%

R = 52.29%
G = 26.14%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F07863 (or 0xF07863) is known color: Terra Cotta. HEX triplet: F0, 78 and 63. RGB value is (240,120,99). Sum of RGB (Red+Green+Blue) = 240+120+99=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F07863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07863 is #0F879C. Grayscale: #999999. Windows color (decimal): -1017757 or 6519024. OLE color: 6519024.

HSL color Cylindrical-coordinate representation of color #F07863: hue angle of 8.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F07863 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 120 99 -
CMYK 0 0.5 0.59 0.06
HSL 8.94º 0.82% 0.66% -
HSV(B) 8.94º 0.59% 0.94% -
XYZ 44.9 32.86 15.78 -
YUV 153.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 240 120 99 0 0.5 0.59 0.06 8.94 0.82 0.66
Hex F0 78 63 0 32 3B 6 9 52 42
Octal 360 170 143 0 62 73 6 11 122 102
Binary 11110000 1111000 1100011 0 110010 111011 110 1001 1010010 1000010

Color Harmonies of #F07863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07863

Black with #F07863

Text Example


Text Example

White with #F07863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07863; }

 p { color: rgb(240,120,99); }

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

background-color css

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

 a { background-color: rgb(240,120,99); }

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

border-color css

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

 span { border-color: rgb(240,120,99); }

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