Html Css Color HEX #F86F2E Burnt Orange

📋 copy color: '#F86F2E'

red 248 ◦ green 111 ◦ blue 46

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

Shades of Burnt Orange #F86F2E

Tints of Burnt Orange #F86F2E

RGB

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

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

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

R = 61.23%
G = 27.41%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F86F2E (or 0xF86F2E) is known color: Burnt Orange. HEX triplet: F8, 6F and 2E. RGB value is (248,111,46). Sum of RGB (Red+Green+Blue) = 248+111+46=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F2E is #0790D1. Grayscale: #909090. Windows color (decimal): -495826 or 3043320. OLE color: 3043320.

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

Color convert

RGB 248 111 46 -
CMYK 0 0.55 0.81 0.03
HSL 19.31º 0.94% 0.58% -
HSV(B) 19.31º 0.81% 0.97% -
XYZ 44.89 31.52 6.3 -
YUV 144.55 72.39 201.79 -
System Red Green Blue C M Y K H S L
Decimal 248 111 46 0 0.55 0.81 0.03 19.31 0.94 0.58
Hex F8 6F 2E 0 37 51 3 13 5E 3A
Octal 370 157 56 0 67 121 3 23 136 72
Binary 11111000 1101111 101110 0 110111 1010001 11 10011 1011110 111010

Color Harmonies of #F86F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F2E

Black with #F86F2E

Text Example


Text Example

White with #F86F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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