Html Css Color HEX #F16F2E Burnt Orange

📋 copy color: '#F16F2E'

red 241 ◦ green 111 ◦ blue 46

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

Shades of Burnt Orange #F16F2E

Tints of Burnt Orange #F16F2E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 46 (18.36% from 255) = 11.56%

R = 60.55%
G = 27.89%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F16F2E (or 0xF16F2E) is known color: Burnt Orange. HEX triplet: F1, 6F and 2E. RGB value is (241,111,46). Sum of RGB (Red+Green+Blue) = 241+111+46=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F2E is #0E90D1. Grayscale: #8E8E8E. Windows color (decimal): -954578 or 3043313. OLE color: 3043313.

HSL color Cylindrical-coordinate representation of color #F16F2E: hue angle of 20º degrees, saturation: 0.87, 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 #F16F2E is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 111 46 -
CMYK 0 0.54 0.81 0.05
HSL 20º 0.87% 0.56% -
HSV(B) 20º 0.81% 0.95% -
XYZ 42.45 30.27 6.19 -
YUV 142.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 241 111 46 0 0.54 0.81 0.05 20 0.87 0.56
Hex F1 6F 2E 0 36 51 5 14 57 38
Octal 361 157 56 0 66 121 5 24 127 70
Binary 11110001 1101111 101110 0 110110 1010001 101 10100 1010111 111000

Color Harmonies of #F16F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F2E

Black with #F16F2E

Text Example


Text Example

White with #F16F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F2E; }

 p { color: rgb(241,111,46); }

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

background-color css

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

 a { background-color: rgb(241,111,46); }

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

border-color css

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

 span { border-color: rgb(241,111,46); }

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