Html Css Color HEX #F07056 Burnt Sienna

📋 copy color: '#F07056'

red 240 ◦ green 112 ◦ blue 86

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

Shades of Burnt Sienna #F07056

Tints of Burnt Sienna #F07056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.63%

R = 54.79%
G = 25.57%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F07056 (or 0xF07056) is known color: Burnt Sienna. HEX triplet: F0, 70 and 56. RGB value is (240,112,86). Sum of RGB (Red+Green+Blue) = 240+112+86=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F07056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07056 is #0F8FA9. Grayscale: #939393. Windows color (decimal): -1019818 or 5665008. OLE color: 5665008.

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

Color convert

RGB 240 112 86 -
CMYK 0 0.53 0.64 0.06
HSL 10.13º 0.84% 0.64% -
HSV(B) 10.13º 0.64% 0.94% -
XYZ 43.41 30.79 12.46 -
YUV 147.31 93.41 194.11 -
System Red Green Blue C M Y K H S L
Decimal 240 112 86 0 0.53 0.64 0.06 10.13 0.84 0.64
Hex F0 70 56 0 35 40 6 A 54 40
Octal 360 160 126 0 65 100 6 12 124 100
Binary 11110000 1110000 1010110 0 110101 1000000 110 1010 1010100 1000000

Color Harmonies of #F07056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07056

Black with #F07056

Text Example


Text Example

White with #F07056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07056; }

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

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

background-color css

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

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

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

border-color css

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

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

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