Html Css Color HEX #F16E3E Burnt Orange

📋 copy color: '#F16E3E'

red 241 ◦ green 110 ◦ blue 62

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

Shades of Burnt Orange #F16E3E

Tints of Burnt Orange #F16E3E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.63%

 BLUE value IS 62 (24.61% from 255) = 15.01%

R = 58.35%
G = 26.63%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F16E3E (or 0xF16E3E) is known color: Burnt Orange. HEX triplet: F1, 6E and 3E. RGB value is (241,110,62). Sum of RGB (Red+Green+Blue) = 241+110+62=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16E3E is #0E91C1. Grayscale: #909090. Windows color (decimal): -954818 or 4091633. OLE color: 4091633.

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

Color convert

RGB 241 110 62 -
CMYK 0 0.54 0.74 0.05
HSL 16.09º 0.86% 0.59% -
HSV(B) 16.09º 0.74% 0.95% -
XYZ 42.72 30.2 8.14 -
YUV 143.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 241 110 62 0 0.54 0.74 0.05 16.09 0.86 0.59
Hex F1 6E 3E 0 36 4A 5 10 56 3B
Octal 361 156 76 0 66 112 5 20 126 73
Binary 11110001 1101110 111110 0 110110 1001010 101 10000 1010110 111011

Color Harmonies of #F16E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16E3E

Black with #F16E3E

Text Example


Text Example

White with #F16E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16E3E; }

 p { color: rgb(241,110,62); }

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

background-color css

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

 a { background-color: rgb(241,110,62); }

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

border-color css

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

 span { border-color: rgb(241,110,62); }

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