Html Css Color HEX #F16B3F Burnt Orange

📋 copy color: '#F16B3F'

red 241 ◦ green 107 ◦ blue 63

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

Shades of Burnt Orange #F16B3F

Tints of Burnt Orange #F16B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.33%

R = 58.64%
G = 26.03%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F16B3F (or 0xF16B3F) is known color: Burnt Orange. HEX triplet: F1, 6B and 3F. RGB value is (241,107,63). Sum of RGB (Red+Green+Blue) = 241+107+63=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B3F is #0E94C0. Grayscale: #8E8E8E. Windows color (decimal): -955585 or 4156401. OLE color: 4156401.

HSL color Cylindrical-coordinate representation of color #F16B3F: hue angle of 14.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F16B3F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 107 63 -
CMYK 0 0.56 0.74 0.05
HSL 14.83º 0.86% 0.6% -
HSV(B) 14.83º 0.74% 0.95% -
XYZ 42.43 29.58 8.17 -
YUV 142.05 83.39 198.58 -
System Red Green Blue C M Y K H S L
Decimal 241 107 63 0 0.56 0.74 0.05 14.83 0.86 0.6
Hex F1 6B 3F 0 38 4A 5 F 56 3C
Octal 361 153 77 0 70 112 5 17 126 74
Binary 11110001 1101011 111111 0 111000 1001010 101 1111 1010110 111100

Color Harmonies of #F16B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B3F

Black with #F16B3F

Text Example


Text Example

White with #F16B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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