Html Css Color HEX #F07862 Terra Cotta

📋 copy color: '#F07862'

red 240 ◦ green 120 ◦ blue 98

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

Shades of Terra Cotta #F07862

Tints of Terra Cotta #F07862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.4%

R = 52.4%
G = 26.2%
B = 21.4%

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

#F07862 (or 0xF07862) is known color: Terra Cotta. HEX triplet: F0, 78 and 62. RGB value is (240,120,98). Sum of RGB (Red+Green+Blue) = 240+120+98=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07862 is #0F879D. Grayscale: #999999. Windows color (decimal): -1017758 or 6453488. OLE color: 6453488.

HSL color Cylindrical-coordinate representation of color #F07862: hue angle of 9.3º degrees, saturation: 0.83, 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 #F07862 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 120 98 -
CMYK 0 0.5 0.59 0.06
HSL 9.3º 0.83% 0.66% -
HSV(B) 9.3º 0.59% 0.94% -
XYZ 44.86 32.84 15.53 -
YUV 153.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 240 120 98 0 0.5 0.59 0.06 9.3 0.83 0.66
Hex F0 78 62 0 32 3B 6 9 53 42
Octal 360 170 142 0 62 73 6 11 123 102
Binary 11110000 1111000 1100010 0 110010 111011 110 1001 1010011 1000010

Color Harmonies of #F07862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07862

Black with #F07862

Text Example


Text Example

White with #F07862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07862; }

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

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

background-color css

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

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

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

border-color css

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

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

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