Html Css Color HEX #F07962 Terra Cotta

📋 copy color: '#F07962'

red 240 ◦ green 121 ◦ blue 98

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

Shades of Terra Cotta #F07962

Tints of Terra Cotta #F07962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.36%

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

R = 52.29%
G = 26.36%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F07962 (or 0xF07962) is known color: Terra Cotta. HEX triplet: F0, 79 and 62. RGB value is (240,121,98). Sum of RGB (Red+Green+Blue) = 240+121+98=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F07962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07962 is #0F869D. Grayscale: #9A9A9A. Windows color (decimal): -1017502 or 6453744. OLE color: 6453744.

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

Color convert

RGB 240 121 98 -
CMYK 0 0.50 0.59 0.06
HSL 9.72º 0.83% 0.66% -
HSV(B) 9.72º 0.59% 0.94% -
XYZ 44.98 33.08 15.57 -
YUV 153.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 240 121 98 0 0.50 0.59 0.06 9.72 0.83 0.66
Hex F0 79 62 0 32 3B 6 A 53 42
Octal 360 171 142 0 62 73 6 12 123 102
Binary 11110000 1111001 1100010 0 110010 111011 110 1010 1010011 1000010

Color Harmonies of #F07962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07962

Black with #F07962

Text Example


Text Example

White with #F07962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07962; }

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

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

background-color css

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

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

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

border-color css

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

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

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