Html Css Color HEX #F07344 Burnt Sienna

📋 copy color: '#F07344'

red 240 ◦ green 115 ◦ blue 68

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

Shades of Burnt Sienna #F07344

Tints of Burnt Sienna #F07344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.19%

 BLUE value IS 68 (26.95% from 255) = 16.08%

R = 56.74%
G = 27.19%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F07344 (or 0xF07344) is known color: Burnt Sienna. HEX triplet: F0, 73 and 44. RGB value is (240,115,68). Sum of RGB (Red+Green+Blue) = 240+115+68=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F07344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07344 is #0F8CBB. Grayscale: #939393. Windows color (decimal): -1019068 or 4486128. OLE color: 4486128.

HSL color Cylindrical-coordinate representation of color #F07344: hue angle of 16.4º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F07344 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 115 68 -
CMYK 0 0.52 0.72 0.06
HSL 16.4º 0.85% 0.6% -
HSV(B) 16.4º 0.72% 0.94% -
XYZ 43.11 31.2 9.22 -
YUV 147.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 240 115 68 0 0.52 0.72 0.06 16.4 0.85 0.6
Hex F0 73 44 0 34 48 6 10 55 3C
Octal 360 163 104 0 64 110 6 20 125 74
Binary 11110000 1110011 1000100 0 110100 1001000 110 10000 1010101 111100

Color Harmonies of #F07344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07344

Black with #F07344

Text Example


Text Example

White with #F07344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07344; }

 p { color: rgb(240,115,68); }

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

background-color css

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

 a { background-color: rgb(240,115,68); }

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

border-color css

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

 span { border-color: rgb(240,115,68); }

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