Html Css Color HEX #F07055 Burnt Sienna

📋 copy color: '#F07055'

red 240 ◦ green 112 ◦ blue 85

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

Shades of Burnt Sienna #F07055

Tints of Burnt Sienna #F07055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.45%

R = 54.92%
G = 25.63%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F07055 (or 0xF07055) is known color: Burnt Sienna. HEX triplet: F0, 70 and 55. RGB value is (240,112,85). Sum of RGB (Red+Green+Blue) = 240+112+85=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F07055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07055 is #0F8FAA. Grayscale: #939393. Windows color (decimal): -1019819 or 5599472. OLE color: 5599472.

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

Color convert

RGB 240 112 85 -
CMYK 0 0.53 0.65 0.06
HSL 10.45º 0.84% 0.64% -
HSV(B) 10.45º 0.65% 0.94% -
XYZ 43.37 30.77 12.25 -
YUV 147.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 240 112 85 0 0.53 0.65 0.06 10.45 0.84 0.64
Hex F0 70 55 0 35 41 6 A 54 40
Octal 360 160 125 0 65 101 6 12 124 100
Binary 11110000 1110000 1010101 0 110101 1000001 110 1010 1010100 1000000

Color Harmonies of #F07055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07055

Black with #F07055

Text Example


Text Example

White with #F07055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07055; }

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

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

background-color css

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

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

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

border-color css

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

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

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