Html Css Color HEX #F16D2D Burnt Orange

📋 copy color: '#F16D2D'

red 241 ◦ green 109 ◦ blue 45

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

Shades of Burnt Orange #F16D2D

Tints of Burnt Orange #F16D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.39%

R = 61.01%
G = 27.59%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F16D2D (or 0xF16D2D) is known color: Burnt Orange. HEX triplet: F1, 6D and 2D. RGB value is (241,109,45). Sum of RGB (Red+Green+Blue) = 241+109+45=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D2D is #0E92D2. Grayscale: #8D8D8D. Windows color (decimal): -955091 or 2977265. OLE color: 2977265.

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

Color convert

RGB 241 109 45 -
CMYK 0 0.55 0.81 0.05
HSL 19.59º 0.88% 0.56% -
HSV(B) 19.59º 0.81% 0.95% -
XYZ 42.22 29.83 6.01 -
YUV 141.17 73.73 199.2 -
System Red Green Blue C M Y K H S L
Decimal 241 109 45 0 0.55 0.81 0.05 19.59 0.88 0.56
Hex F1 6D 2D 0 37 51 5 14 58 38
Octal 361 155 55 0 67 121 5 24 130 70
Binary 11110001 1101101 101101 0 110111 1010001 101 10100 1011000 111000

Color Harmonies of #F16D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D2D

Black with #F16D2D

Text Example


Text Example

White with #F16D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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