Html Css Color HEX #F1742C Burnt Orange

📋 copy color: '#F1742C'

red 241 ◦ green 116 ◦ blue 44

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

Shades of Burnt Orange #F1742C

Tints of Burnt Orange #F1742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.93%

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

R = 60.1%
G = 28.93%
B = 10.97%

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

#F1742C (or 0xF1742C) is known color: Burnt Orange. HEX triplet: F1, 74 and 2C. RGB value is (241,116,44). Sum of RGB (Red+Green+Blue) = 241+116+44=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1742C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1742C is #0E8BD3. Grayscale: #919191. Windows color (decimal): -953300 or 2913521. OLE color: 2913521.

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

Color convert

RGB 241 116 44 -
CMYK 0 0.52 0.82 0.05
HSL 21.93º 0.88% 0.56% -
HSV(B) 21.93º 0.82% 0.95% -
XYZ 42.98 31.37 6.17 -
YUV 145.17 70.91 196.35 -
System Red Green Blue C M Y K H S L
Decimal 241 116 44 0 0.52 0.82 0.05 21.93 0.88 0.56
Hex F1 74 2C 0 34 52 5 16 58 38
Octal 361 164 54 0 64 122 5 26 130 70
Binary 11110001 1110100 101100 0 110100 1010010 101 10110 1011000 111000

Color Harmonies of #F1742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1742C

Black with #F1742C

Text Example


Text Example

White with #F1742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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