Html Css Color HEX #F1732D Burnt Orange

📋 copy color: '#F1732D'

red 241 ◦ green 115 ◦ blue 45

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

Shades of Burnt Orange #F1732D

Tints of Burnt Orange #F1732D

RGB

 RED value IS 241 (94.53% from 255) = 60.1%

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

 BLUE value IS 45 (17.97% from 255) = 11.22%

R = 60.1%
G = 28.68%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1732D (or 0xF1732D) is known color: Burnt Orange. HEX triplet: F1, 73 and 2D. RGB value is (241,115,45). Sum of RGB (Red+Green+Blue) = 241+115+45=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1732D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1732D is #0E8CD2. Grayscale: #919191. Windows color (decimal): -953555 or 2978801. OLE color: 2978801.

HSL color Cylindrical-coordinate representation of color #F1732D: hue angle of 21.43º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1732D is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 115 45 -
CMYK 0 0.52 0.81 0.05
HSL 21.43º 0.88% 0.56% -
HSV(B) 21.43º 0.81% 0.95% -
XYZ 42.88 31.15 6.24 -
YUV 144.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 241 115 45 0 0.52 0.81 0.05 21.43 0.88 0.56
Hex F1 73 2D 0 34 51 5 15 58 38
Octal 361 163 55 0 64 121 5 25 130 70
Binary 11110001 1110011 101101 0 110100 1010001 101 10101 1011000 111000

Color Harmonies of #F1732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1732D

Black with #F1732D

Text Example


Text Example

White with #F1732D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1732D; }

 p { color: rgb(241,115,45); }

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

background-color css

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

 a { background-color: rgb(241,115,45); }

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

border-color css

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

 span { border-color: rgb(241,115,45); }

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