Html Css Color HEX #F5732F Burnt Orange

📋 copy color: '#F5732F'

red 245 ◦ green 115 ◦ blue 47

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

Shades of Burnt Orange #F5732F

Tints of Burnt Orange #F5732F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.55%

R = 60.2%
G = 28.26%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5732F (or 0xF5732F) is known color: Burnt Orange. HEX triplet: F5, 73 and 2F. RGB value is (245,115,47). Sum of RGB (Red+Green+Blue) = 245+115+47=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5732F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5732F is #0A8CD0. Grayscale: #929292. Windows color (decimal): -691409 or 3109877. OLE color: 3109877.

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

Color convert

RGB 245 115 47 -
CMYK 0 0.53 0.81 0.04
HSL 20.61º 0.91% 0.57% -
HSV(B) 20.61º 0.81% 0.96% -
XYZ 44.3 31.88 6.51 -
YUV 146.12 72.07 198.53 -
System Red Green Blue C M Y K H S L
Decimal 245 115 47 0 0.53 0.81 0.04 20.61 0.91 0.57
Hex F5 73 2F 0 35 51 4 15 5B 39
Octal 365 163 57 0 65 121 4 25 133 71
Binary 11110101 1110011 101111 0 110101 1010001 100 10101 1011011 111001

Color Harmonies of #F5732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5732F

Black with #F5732F

Text Example


Text Example

White with #F5732F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5732F; }

 p { color: rgb(245,115,47); }

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

background-color css

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

 a { background-color: rgb(245,115,47); }

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

border-color css

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

 span { border-color: rgb(245,115,47); }

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