Html Css Color HEX #F07B5F Terra Cotta

📋 copy color: '#F07B5F'

red 240 ◦ green 123 ◦ blue 95

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

Shades of Terra Cotta #F07B5F

Tints of Terra Cotta #F07B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.74%

R = 52.4%
G = 26.86%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F07B5F (or 0xF07B5F) is known color: Terra Cotta. HEX triplet: F0, 7B and 5F. RGB value is (240,123,95). Sum of RGB (Red+Green+Blue) = 240+123+95=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B5F is #0F84A0. Grayscale: #9B9B9B. Windows color (decimal): -1016993 or 6257648. OLE color: 6257648.

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

Color convert

RGB 240 123 95 -
CMYK 0 0.49 0.60 0.06
HSL 11.59º 0.83% 0.66% -
HSV(B) 11.59º 0.6% 0.94% -
XYZ 45.08 33.52 14.92 -
YUV 154.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 240 123 95 0 0.49 0.60 0.06 11.59 0.83 0.66
Hex F0 7B 5F 0 31 3C 6 C 53 42
Octal 360 173 137 0 61 74 6 14 123 102
Binary 11110000 1111011 1011111 0 110001 111100 110 1100 1010011 1000010

Color Harmonies of #F07B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B5F

Black with #F07B5F

Text Example


Text Example

White with #F07B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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