Html Css Color HEX #F07148 Burnt Sienna

📋 copy color: '#F07148'

red 240 ◦ green 113 ◦ blue 72

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

Shades of Burnt Sienna #F07148

Tints of Burnt Sienna #F07148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.94%

R = 56.47%
G = 26.59%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F07148 (or 0xF07148) is known color: Burnt Sienna. HEX triplet: F0, 71 and 48. RGB value is (240,113,72). Sum of RGB (Red+Green+Blue) = 240+113+72=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F07148 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07148 is #0F8EB7. Grayscale: #929292. Windows color (decimal): -1019576 or 4747760. OLE color: 4747760.

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

Color convert

RGB 240 113 72 -
CMYK 0 0.53 0.7 0.06
HSL 14.64º 0.85% 0.61% -
HSV(B) 14.64º 0.7% 0.94% -
XYZ 43.01 30.8 9.81 -
YUV 146.3 86.08 194.83 -
System Red Green Blue C M Y K H S L
Decimal 240 113 72 0 0.53 0.7 0.06 14.64 0.85 0.61
Hex F0 71 48 0 35 46 6 F 55 3D
Octal 360 161 110 0 65 106 6 17 125 75
Binary 11110000 1110001 1001000 0 110101 1000110 110 1111 1010101 111101

Color Harmonies of #F07148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07148

Black with #F07148

Text Example


Text Example

White with #F07148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07148; }

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

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

background-color css

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

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

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

border-color css

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

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

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