Html Css Color HEX #F07050 Burnt Sienna

📋 copy color: '#F07050'

red 240 ◦ green 112 ◦ blue 80

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

Shades of Burnt Sienna #F07050

Tints of Burnt Sienna #F07050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.93%

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 55.56%
G = 25.93%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F07050 (or 0xF07050) is known color: Burnt Sienna. HEX triplet: F0, 70 and 50. RGB value is (240,112,80). Sum of RGB (Red+Green+Blue) = 240+112+80=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F07050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07050 is #0F8FAF. Grayscale: #929292. Windows color (decimal): -1019824 or 5271792. OLE color: 5271792.

HSL color Cylindrical-coordinate representation of color #F07050: hue angle of 12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F07050 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 80 -
CMYK 0 0.53 0.67 0.06
HSL 12º 0.84% 0.63% -
HSV(B) 12º 0.67% 0.94% -
XYZ 43.18 30.69 11.24 -
YUV 146.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 240 112 80 0 0.53 0.67 0.06 12 0.84 0.63
Hex F0 70 50 0 35 43 6 C 54 3F
Octal 360 160 120 0 65 103 6 14 124 77
Binary 11110000 1110000 1010000 0 110101 1000011 110 1100 1010100 111111

Color Harmonies of #F07050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07050

Black with #F07050

Text Example


Text Example

White with #F07050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07050; }

 p { color: rgb(240,112,80); }

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

background-color css

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

 a { background-color: rgb(240,112,80); }

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

border-color css

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

 span { border-color: rgb(240,112,80); }

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