Html Css Color HEX #F57130 Burnt Orange

📋 copy color: '#F57130'

red 245 ◦ green 113 ◦ blue 48

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

Shades of Burnt Orange #F57130

Tints of Burnt Orange #F57130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 60.34%
G = 27.83%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F57130 (or 0xF57130) is known color: Burnt Orange. HEX triplet: F5, 71 and 30. RGB value is (245,113,48). Sum of RGB (Red+Green+Blue) = 245+113+48=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F57130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57130 is #0A8ECF. Grayscale: #919191. Windows color (decimal): -691920 or 3174901. OLE color: 3174901.

HSL color Cylindrical-coordinate representation of color #F57130: hue angle of 19.8º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F57130 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 113 48 -
CMYK 0 0.54 0.80 0.04
HSL 19.8º 0.91% 0.57% -
HSV(B) 19.8º 0.8% 0.96% -
XYZ 44.09 31.44 6.54 -
YUV 145.06 73.23 199.29 -
System Red Green Blue C M Y K H S L
Decimal 245 113 48 0 0.54 0.80 0.04 19.8 0.91 0.57
Hex F5 71 30 0 36 50 4 14 5B 39
Octal 365 161 60 0 66 120 4 24 133 71
Binary 11110101 1110001 110000 0 110110 1010000 100 10100 1011011 111001

Color Harmonies of #F57130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57130

Black with #F57130

Text Example


Text Example

White with #F57130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57130; }

 p { color: rgb(245,113,48); }

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

background-color css

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

 a { background-color: rgb(245,113,48); }

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

border-color css

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

 span { border-color: rgb(245,113,48); }

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