Html Css Color HEX #F07456 Burnt Sienna

📋 copy color: '#F07456'

red 240 ◦ green 116 ◦ blue 86

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

Shades of Burnt Sienna #F07456

Tints of Burnt Sienna #F07456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

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

R = 54.3%
G = 26.24%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F07456 (or 0xF07456) is known color: Burnt Sienna. HEX triplet: F0, 74 and 56. RGB value is (240,116,86). Sum of RGB (Red+Green+Blue) = 240+116+86=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F07456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07456 is #0F8BA9. Grayscale: #959595. Windows color (decimal): -1018794 or 5666032. OLE color: 5666032.

HSL color Cylindrical-coordinate representation of color #F07456: hue angle of 11.69º 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 #F07456 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 86 -
CMYK 0 0.52 0.64 0.06
HSL 11.69º 0.84% 0.64% -
HSV(B) 11.69º 0.64% 0.94% -
XYZ 43.86 31.69 12.61 -
YUV 149.66 92.08 192.44 -
System Red Green Blue C M Y K H S L
Decimal 240 116 86 0 0.52 0.64 0.06 11.69 0.84 0.64
Hex F0 74 56 0 34 40 6 C 54 40
Octal 360 164 126 0 64 100 6 14 124 100
Binary 11110000 1110100 1010110 0 110100 1000000 110 1100 1010100 1000000

Color Harmonies of #F07456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07456

Black with #F07456

Text Example


Text Example

White with #F07456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07456; }

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

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

background-color css

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

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

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

border-color css

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

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

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