Html Css Color HEX #F07244 Burnt Sienna

📋 copy color: '#F07244'

red 240 ◦ green 114 ◦ blue 68

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

Shades of Burnt Sienna #F07244

Tints of Burnt Sienna #F07244

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.01%

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

R = 56.87%
G = 27.01%
B = 16.11%

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

#F07244 (or 0xF07244) is known color: Burnt Sienna. HEX triplet: F0, 72 and 44. RGB value is (240,114,68). Sum of RGB (Red+Green+Blue) = 240+114+68=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F07244 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07244 is #0F8DBB. Grayscale: #929292. Windows color (decimal): -1019324 or 4485872. OLE color: 4485872.

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

Color convert

RGB 240 114 68 -
CMYK 0 0.52 0.72 0.06
HSL 16.05º 0.85% 0.6% -
HSV(B) 16.05º 0.72% 0.94% -
XYZ 43 30.98 9.18 -
YUV 146.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 240 114 68 0 0.52 0.72 0.06 16.05 0.85 0.6
Hex F0 72 44 0 34 48 6 10 55 3C
Octal 360 162 104 0 64 110 6 20 125 74
Binary 11110000 1110010 1000100 0 110100 1001000 110 10000 1010101 111100

Color Harmonies of #F07244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07244

Black with #F07244

Text Example


Text Example

White with #F07244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07244; }

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

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

background-color css

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

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

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

border-color css

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

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

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