Html Css Color HEX #F47350 Burnt Sienna

📋 copy color: '#F47350'

red 244 ◦ green 115 ◦ blue 80

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

Shades of Burnt Sienna #F47350

Tints of Burnt Sienna #F47350

RGB

 RED value IS 244 (95.7% from 255) = 55.58%

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

 BLUE value IS 80 (31.64% from 255) = 18.22%

R = 55.58%
G = 26.2%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F47350 (or 0xF47350) is known color: Burnt Sienna. HEX triplet: F4, 73 and 50. RGB value is (244,115,80). Sum of RGB (Red+Green+Blue) = 244+115+80=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F47350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47350 is #0B8CAF. Grayscale: #959595. Windows color (decimal): -756912 or 5272564. OLE color: 5272564.

HSL color Cylindrical-coordinate representation of color #F47350: hue angle of 12.8º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F47350 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 115 80 -
CMYK 0 0.53 0.67 0.04
HSL 12.8º 0.88% 0.64% -
HSV(B) 12.8º 0.67% 0.96% -
XYZ 44.89 32.07 11.41 -
YUV 149.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 244 115 80 0 0.53 0.67 0.04 12.8 0.88 0.64
Hex F4 73 50 0 35 43 4 D 58 40
Octal 364 163 120 0 65 103 4 15 130 100
Binary 11110100 1110011 1010000 0 110101 1000011 100 1101 1011000 1000000

Color Harmonies of #F47350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47350

Black with #F47350

Text Example


Text Example

White with #F47350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47350; }

 p { color: rgb(244,115,80); }

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

background-color css

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

 a { background-color: rgb(244,115,80); }

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

border-color css

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

 span { border-color: rgb(244,115,80); }

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