Html Css Color HEX #F07145 Burnt Sienna

📋 copy color: '#F07145'

red 240 ◦ green 113 ◦ blue 69

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

Shades of Burnt Sienna #F07145

Tints of Burnt Sienna #F07145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 69 (27.34% from 255) = 16.35%

R = 56.87%
G = 26.78%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F07145 (or 0xF07145) is known color: Burnt Sienna. HEX triplet: F0, 71 and 45. RGB value is (240,113,69). Sum of RGB (Red+Green+Blue) = 240+113+69=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F07145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07145 is #0F8EBA. Grayscale: #929292. Windows color (decimal): -1019579 or 4551152. OLE color: 4551152.

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

Color convert

RGB 240 113 69 -
CMYK 0 0.53 0.71 0.06
HSL 15.44º 0.85% 0.61% -
HSV(B) 15.44º 0.71% 0.94% -
XYZ 42.91 30.77 9.31 -
YUV 145.96 84.58 195.08 -
System Red Green Blue C M Y K H S L
Decimal 240 113 69 0 0.53 0.71 0.06 15.44 0.85 0.61
Hex F0 71 45 0 35 47 6 F 55 3D
Octal 360 161 105 0 65 107 6 17 125 75
Binary 11110000 1110001 1000101 0 110101 1000111 110 1111 1010101 111101

Color Harmonies of #F07145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07145

Black with #F07145

Text Example


Text Example

White with #F07145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07145; }

 p { color: rgb(240,113,69); }

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

background-color css

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

 a { background-color: rgb(240,113,69); }

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

border-color css

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

 span { border-color: rgb(240,113,69); }

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