Html Css Color HEX #F57550 Burnt Sienna

📋 copy color: '#F57550'

red 245 ◦ green 117 ◦ blue 80

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

Shades of Burnt Sienna #F57550

Tints of Burnt Sienna #F57550

RGB

 RED value IS 245 (96.09% from 255) = 55.43%

 GREEN value IS 117 (46.09% from 255) = 26.47%

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

R = 55.43%
G = 26.47%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F57550 (or 0xF57550) is known color: Burnt Sienna. HEX triplet: F5, 75 and 50. RGB value is (245,117,80). Sum of RGB (Red+Green+Blue) = 245+117+80=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F57550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57550 is #0A8AAF. Grayscale: #979797. Windows color (decimal): -690864 or 5273077. OLE color: 5273077.

HSL color Cylindrical-coordinate representation of color #F57550: hue angle of 13.45º degrees, saturation: 0.89, 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 #F57550 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 117 80 -
CMYK 0 0.52 0.67 0.04
HSL 13.45º 0.89% 0.64% -
HSV(B) 13.45º 0.67% 0.96% -
XYZ 45.47 32.71 11.51 -
YUV 151.05 87.91 195.01 -
System Red Green Blue C M Y K H S L
Decimal 245 117 80 0 0.52 0.67 0.04 13.45 0.89 0.64
Hex F5 75 50 0 34 43 4 D 59 40
Octal 365 165 120 0 64 103 4 15 131 100
Binary 11110101 1110101 1010000 0 110100 1000011 100 1101 1011001 1000000

Color Harmonies of #F57550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57550

Black with #F57550

Text Example


Text Example

White with #F57550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57550; }

 p { color: rgb(245,117,80); }

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

background-color css

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

 a { background-color: rgb(245,117,80); }

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

border-color css

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

 span { border-color: rgb(245,117,80); }

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