Html Css Color HEX #F1732C Burnt Orange

📋 copy color: '#F1732C'

red 241 ◦ green 115 ◦ blue 44

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

Shades of Burnt Orange #F1732C

Tints of Burnt Orange #F1732C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11%

R = 60.25%
G = 28.75%
B = 11%

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

#F1732C (or 0xF1732C) is known color: Burnt Orange. HEX triplet: F1, 73 and 2C. RGB value is (241,115,44). Sum of RGB (Red+Green+Blue) = 241+115+44=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1732C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1732C is #0E8CD3. Grayscale: #909090. Windows color (decimal): -953556 or 2913265. OLE color: 2913265.

HSL color Cylindrical-coordinate representation of color #F1732C: hue angle of 21.62º 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 #F1732C is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 115 44 -
CMYK 0 0.52 0.82 0.05
HSL 21.62º 0.88% 0.56% -
HSV(B) 21.62º 0.82% 0.95% -
XYZ 42.86 31.14 6.14 -
YUV 144.58 71.24 196.77 -
System Red Green Blue C M Y K H S L
Decimal 241 115 44 0 0.52 0.82 0.05 21.62 0.88 0.56
Hex F1 73 2C 0 34 52 5 16 58 38
Octal 361 163 54 0 64 122 5 26 130 70
Binary 11110001 1110011 101100 0 110100 1010010 101 10110 1011000 111000

Color Harmonies of #F1732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1732C

Black with #F1732C

Text Example


Text Example

White with #F1732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1732C; }

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

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

background-color css

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

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

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

border-color css

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

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

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