Html Css Color HEX #F86E2E Burnt Orange

📋 copy color: '#F86E2E'

red 248 ◦ green 110 ◦ blue 46

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

Shades of Burnt Orange #F86E2E

Tints of Burnt Orange #F86E2E

RGB

 RED value IS 248 (97.27% from 255) = 61.39%

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

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

R = 61.39%
G = 27.23%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F86E2E (or 0xF86E2E) is known color: Burnt Orange. HEX triplet: F8, 6E and 2E. RGB value is (248,110,46). Sum of RGB (Red+Green+Blue) = 248+110+46=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86E2E is #0791D1. Grayscale: #909090. Windows color (decimal): -496082 or 3043064. OLE color: 3043064.

HSL color Cylindrical-coordinate representation of color #F86E2E: hue angle of 19.01º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F86E2E is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 110 46 -
CMYK 0 0.56 0.81 0.03
HSL 19.01º 0.94% 0.58% -
HSV(B) 19.01º 0.81% 0.97% -
XYZ 44.78 31.31 6.27 -
YUV 143.97 72.72 202.2 -
System Red Green Blue C M Y K H S L
Decimal 248 110 46 0 0.56 0.81 0.03 19.01 0.94 0.58
Hex F8 6E 2E 0 38 51 3 13 5E 3A
Octal 370 156 56 0 70 121 3 23 136 72
Binary 11111000 1101110 101110 0 111000 1010001 11 10011 1011110 111010

Color Harmonies of #F86E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E2E

Black with #F86E2E

Text Example


Text Example

White with #F86E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E2E; }

 p { color: rgb(248,110,46); }

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

background-color css

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

 a { background-color: rgb(248,110,46); }

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

border-color css

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

 span { border-color: rgb(248,110,46); }

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