Html Css Color HEX #F1703B Burnt Orange

📋 copy color: '#F1703B'

red 241 ◦ green 112 ◦ blue 59

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

Shades of Burnt Orange #F1703B

Tints of Burnt Orange #F1703B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.18%

 BLUE value IS 59 (23.44% from 255) = 14.32%

R = 58.5%
G = 27.18%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1703B (or 0xF1703B) is known color: Burnt Orange. HEX triplet: F1, 70 and 3B. RGB value is (241,112,59). Sum of RGB (Red+Green+Blue) = 241+112+59=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F1703B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1703B is #0E8FC4. Grayscale: #909090. Windows color (decimal): -954309 or 3895537. OLE color: 3895537.

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

Color convert

RGB 241 112 59 -
CMYK 0 0.54 0.76 0.05
HSL 17.47º 0.87% 0.59% -
HSV(B) 17.47º 0.76% 0.95% -
XYZ 42.86 30.6 7.79 -
YUV 144.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 241 112 59 0 0.54 0.76 0.05 17.47 0.87 0.59
Hex F1 70 3B 0 36 4C 5 11 57 3B
Octal 361 160 73 0 66 114 5 21 127 73
Binary 11110001 1110000 111011 0 110110 1001100 101 10001 1010111 111011

Color Harmonies of #F1703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1703B

Black with #F1703B

Text Example


Text Example

White with #F1703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1703B; }

 p { color: rgb(241,112,59); }

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

background-color css

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

 a { background-color: rgb(241,112,59); }

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

border-color css

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

 span { border-color: rgb(241,112,59); }

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