Html Css Color HEX #F1732B Burnt Orange

📋 copy color: '#F1732B'

red 241 ◦ green 115 ◦ blue 43

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

Shades of Burnt Orange #F1732B

Tints of Burnt Orange #F1732B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.78%

R = 60.4%
G = 28.82%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1732B (or 0xF1732B) is known color: Burnt Orange. HEX triplet: F1, 73 and 2B. RGB value is (241,115,43). Sum of RGB (Red+Green+Blue) = 241+115+43=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1732B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1732B is #0E8CD4. Grayscale: #909090. Windows color (decimal): -953557 or 2847729. OLE color: 2847729.

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

Color convert

RGB 241 115 43 -
CMYK 0 0.52 0.82 0.05
HSL 21.82º 0.88% 0.56% -
HSV(B) 21.82º 0.82% 0.95% -
XYZ 42.84 31.14 6.04 -
YUV 144.47 70.74 196.85 -
System Red Green Blue C M Y K H S L
Decimal 241 115 43 0 0.52 0.82 0.05 21.82 0.88 0.56
Hex F1 73 2B 0 34 52 5 16 58 38
Octal 361 163 53 0 64 122 5 26 130 70
Binary 11110001 1110011 101011 0 110100 1010010 101 10110 1011000 111000

Color Harmonies of #F1732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1732B

Black with #F1732B

Text Example


Text Example

White with #F1732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1732B; }

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

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

background-color css

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

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

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

border-color css

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

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

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