Html Css Color HEX #F16B3B Burnt Orange

📋 copy color: '#F16B3B'

red 241 ◦ green 107 ◦ blue 59

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

Shades of Burnt Orange #F16B3B

Tints of Burnt Orange #F16B3B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

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

R = 59.21%
G = 26.29%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F16B3B (or 0xF16B3B) is known color: Burnt Orange. HEX triplet: F1, 6B and 3B. RGB value is (241,107,59). Sum of RGB (Red+Green+Blue) = 241+107+59=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B3B is #0E94C4. Grayscale: #8D8D8D. Windows color (decimal): -955589 or 3894257. OLE color: 3894257.

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

Color convert

RGB 241 107 59 -
CMYK 0 0.56 0.76 0.05
HSL 15.82º 0.87% 0.59% -
HSV(B) 15.82º 0.76% 0.95% -
XYZ 42.32 29.53 7.61 -
YUV 141.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 241 107 59 0 0.56 0.76 0.05 15.82 0.87 0.59
Hex F1 6B 3B 0 38 4C 5 10 57 3B
Octal 361 153 73 0 70 114 5 20 127 73
Binary 11110001 1101011 111011 0 111000 1001100 101 10000 1010111 111011

Color Harmonies of #F16B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B3B

Black with #F16B3B

Text Example


Text Example

White with #F16B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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