Html Css Color HEX #F1743C Burnt Orange

📋 copy color: '#F1743C'

red 241 ◦ green 116 ◦ blue 60

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

Shades of Burnt Orange #F1743C

Tints of Burnt Orange #F1743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.39%

R = 57.79%
G = 27.82%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1743C (or 0xF1743C) is known color: Burnt Orange. HEX triplet: F1, 74 and 3C. RGB value is (241,116,60). Sum of RGB (Red+Green+Blue) = 241+116+60=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1743C is #0E8BC3. Grayscale: #939393. Windows color (decimal): -953284 or 3962097. OLE color: 3962097.

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

Color convert

RGB 241 116 60 -
CMYK 0 0.52 0.75 0.05
HSL 18.56º 0.87% 0.59% -
HSV(B) 18.56º 0.75% 0.95% -
XYZ 43.34 31.52 8.07 -
YUV 146.99 78.91 195.05 -
System Red Green Blue C M Y K H S L
Decimal 241 116 60 0 0.52 0.75 0.05 18.56 0.87 0.59
Hex F1 74 3C 0 34 4B 5 13 57 3B
Octal 361 164 74 0 64 113 5 23 127 73
Binary 11110001 1110100 111100 0 110100 1001011 101 10011 1010111 111011

Color Harmonies of #F1743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1743C

Black with #F1743C

Text Example


Text Example

White with #F1743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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