Html Css Color HEX #F17B60 Terra Cotta

📋 copy color: '#F17B60'

red 241 ◦ green 123 ◦ blue 96

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

Shades of Terra Cotta #F17B60

Tints of Terra Cotta #F17B60

RGB

 RED value IS 241 (94.53% from 255) = 52.39%

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

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 52.39%
G = 26.74%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F17B60 (or 0xF17B60) is known color: Terra Cotta. HEX triplet: F1, 7B and 60. RGB value is (241,123,96). Sum of RGB (Red+Green+Blue) = 241+123+96=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17B60 is #0E849F. Grayscale: #9B9B9B. Windows color (decimal): -951456 or 6323185. OLE color: 6323185.

HSL color Cylindrical-coordinate representation of color #F17B60: hue angle of 11.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F17B60 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 123 96 -
CMYK 0 0.49 0.60 0.05
HSL 11.17º 0.84% 0.66% -
HSV(B) 11.17º 0.6% 0.95% -
XYZ 45.47 33.71 15.18 -
YUV 155.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 241 123 96 0 0.49 0.60 0.05 11.17 0.84 0.66
Hex F1 7B 60 0 31 3C 5 B 54 42
Octal 361 173 140 0 61 74 5 13 124 102
Binary 11110001 1111011 1100000 0 110001 111100 101 1011 1010100 1000010

Color Harmonies of #F17B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17B60

Black with #F17B60

Text Example


Text Example

White with #F17B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17B60; }

 p { color: rgb(241,123,96); }

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

background-color css

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

 a { background-color: rgb(241,123,96); }

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

border-color css

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

 span { border-color: rgb(241,123,96); }

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