Html Css Color HEX #F07B63 Terra Cotta

📋 copy color: '#F07B63'

red 240 ◦ green 123 ◦ blue 99

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

Shades of Terra Cotta #F07B63

Tints of Terra Cotta #F07B63

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.62%

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

R = 51.95%
G = 26.62%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F07B63 (or 0xF07B63) is known color: Terra Cotta. HEX triplet: F0, 7B and 63. RGB value is (240,123,99). Sum of RGB (Red+Green+Blue) = 240+123+99=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B63 is #0F849C. Grayscale: #9B9B9B. Windows color (decimal): -1016989 or 6519792. OLE color: 6519792.

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

Color convert

RGB 240 123 99 -
CMYK 0 0.49 0.59 0.06
HSL 10.21º 0.82% 0.66% -
HSV(B) 10.21º 0.59% 0.94% -
XYZ 45.27 33.59 15.9 -
YUV 155.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 240 123 99 0 0.49 0.59 0.06 10.21 0.82 0.66
Hex F0 7B 63 0 31 3B 6 A 52 42
Octal 360 173 143 0 61 73 6 12 122 102
Binary 11110000 1111011 1100011 0 110001 111011 110 1010 1010010 1000010

Color Harmonies of #F07B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B63

Black with #F07B63

Text Example


Text Example

White with #F07B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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