Html Css Color HEX #F86E2F Burnt Orange

📋 copy color: '#F86E2F'

red 248 ◦ green 110 ◦ blue 47

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

Shades of Burnt Orange #F86E2F

Tints of Burnt Orange #F86E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.6%

R = 61.23%
G = 27.16%
B = 11.6%

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

#F86E2F (or 0xF86E2F) is known color: Burnt Orange. HEX triplet: F8, 6E and 2F. RGB value is (248,110,47). Sum of RGB (Red+Green+Blue) = 248+110+47=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86E2F is #0791D0. Grayscale: #909090. Windows color (decimal): -496081 or 3108600. OLE color: 3108600.

HSL color Cylindrical-coordinate representation of color #F86E2F: hue angle of 18.81º degrees, saturation: 0.93, 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 #F86E2F is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 110 47 -
CMYK 0 0.56 0.81 0.03
HSL 18.81º 0.93% 0.58% -
HSV(B) 18.81º 0.81% 0.97% -
XYZ 44.8 31.31 6.37 -
YUV 144.08 73.22 202.12 -
System Red Green Blue C M Y K H S L
Decimal 248 110 47 0 0.56 0.81 0.03 18.81 0.93 0.58
Hex F8 6E 2F 0 38 51 3 13 5D 3A
Octal 370 156 57 0 70 121 3 23 135 72
Binary 11111000 1101110 101111 0 111000 1010001 11 10011 1011101 111010

Color Harmonies of #F86E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E2F

Black with #F86E2F

Text Example


Text Example

White with #F86E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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