Html Css Color HEX #F16B31 Burnt Orange

📋 copy color: '#F16B31'

red 241 ◦ green 107 ◦ blue 49

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

Shades of Burnt Orange #F16B31

Tints of Burnt Orange #F16B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.34%

R = 60.71%
G = 26.95%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F16B31 (or 0xF16B31) is known color: Burnt Orange. HEX triplet: F1, 6B and 31. RGB value is (241,107,49). Sum of RGB (Red+Green+Blue) = 241+107+49=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B31 is #0E94CE. Grayscale: #8C8C8C. Windows color (decimal): -955599 or 3238897. OLE color: 3238897.

HSL color Cylindrical-coordinate representation of color #F16B31: hue angle of 18.12º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F16B31 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 107 49 -
CMYK 0 0.56 0.80 0.05
HSL 18.13º 0.87% 0.57% -
HSV(B) 18.13º 0.8% 0.95% -
XYZ 42.09 29.44 6.37 -
YUV 140.45 76.39 199.72 -
System Red Green Blue C M Y K H S L
Decimal 241 107 49 0 0.56 0.80 0.05 18.13 0.87 0.57
Hex F1 6B 31 0 38 50 5 12 57 39
Octal 361 153 61 0 70 120 5 22 127 71
Binary 11110001 1101011 110001 0 111000 1010000 101 10010 1010111 111001

Color Harmonies of #F16B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B31

Black with #F16B31

Text Example


Text Example

White with #F16B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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