Html Css Color HEX #F16D3F Burnt Orange

📋 copy color: '#F16D3F'

red 241 ◦ green 109 ◦ blue 63

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

Shades of Burnt Orange #F16D3F

Tints of Burnt Orange #F16D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.39%

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

R = 58.35%
G = 26.39%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F16D3F (or 0xF16D3F) is known color: Burnt Orange. HEX triplet: F1, 6D and 3F. RGB value is (241,109,63). Sum of RGB (Red+Green+Blue) = 241+109+63=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D3F is #0E92C0. Grayscale: #8F8F8F. Windows color (decimal): -955073 or 4156913. OLE color: 4156913.

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

Color convert

RGB 241 109 63 -
CMYK 0 0.55 0.74 0.05
HSL 15.51º 0.86% 0.6% -
HSV(B) 15.51º 0.74% 0.95% -
XYZ 42.64 30 8.25 -
YUV 143.22 82.73 197.74 -
System Red Green Blue C M Y K H S L
Decimal 241 109 63 0 0.55 0.74 0.05 15.51 0.86 0.6
Hex F1 6D 3F 0 37 4A 5 10 56 3C
Octal 361 155 77 0 67 112 5 20 126 74
Binary 11110001 1101101 111111 0 110111 1001010 101 10000 1010110 111100

Color Harmonies of #F16D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D3F

Black with #F16D3F

Text Example


Text Example

White with #F16D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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