Html Css Color HEX #F0735C Terra Cotta

📋 copy color: '#F0735C'

red 240 ◦ green 115 ◦ blue 92

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

Shades of Terra Cotta #F0735C

Tints of Terra Cotta #F0735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

 BLUE value IS 92 (36.33% from 255) = 20.58%

R = 53.69%
G = 25.73%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0735C (or 0xF0735C) is known color: Terra Cotta. HEX triplet: F0, 73 and 5C. RGB value is (240,115,92). Sum of RGB (Red+Green+Blue) = 240+115+92=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0735C is #0F8CA3. Grayscale: #959595. Windows color (decimal): -1019044 or 6058992. OLE color: 6058992.

HSL color Cylindrical-coordinate representation of color #F0735C: hue angle of 9.32º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0735C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 115 92 -
CMYK 0 0.52 0.62 0.06
HSL 9.32º 0.83% 0.65% -
HSV(B) 9.32º 0.62% 0.94% -
XYZ 44 31.56 13.9 -
YUV 149.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 240 115 92 0 0.52 0.62 0.06 9.32 0.83 0.65
Hex F0 73 5C 0 34 3E 6 9 53 41
Octal 360 163 134 0 64 76 6 11 123 101
Binary 11110000 1110011 1011100 0 110100 111110 110 1001 1010011 1000001

Color Harmonies of #F0735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0735C

Black with #F0735C

Text Example


Text Example

White with #F0735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0735C; }

 p { color: rgb(240,115,92); }

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

background-color css

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

 a { background-color: rgb(240,115,92); }

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

border-color css

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

 span { border-color: rgb(240,115,92); }

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