Html Css Color HEX #F86F3B Burnt Orange

📋 copy color: '#F86F3B'

red 248 ◦ green 111 ◦ blue 59

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

Shades of Burnt Orange #F86F3B

Tints of Burnt Orange #F86F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.11%

R = 59.33%
G = 26.56%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F86F3B (or 0xF86F3B) is known color: Burnt Orange. HEX triplet: F8, 6F and 3B. RGB value is (248,111,59). Sum of RGB (Red+Green+Blue) = 248+111+59=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F3B is #0790C4. Grayscale: #929292. Windows color (decimal): -495813 or 3895288. OLE color: 3895288.

HSL color Cylindrical-coordinate representation of color #F86F3B: hue angle of 16.51º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F86F3B is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 111 59 -
CMYK 0 0.55 0.76 0.03
HSL 16.51º 0.93% 0.6% -
HSV(B) 16.51º 0.76% 0.97% -
XYZ 45.19 31.64 7.86 -
YUV 146.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 248 111 59 0 0.55 0.76 0.03 16.51 0.93 0.6
Hex F8 6F 3B 0 37 4C 3 11 5D 3C
Octal 370 157 73 0 67 114 3 21 135 74
Binary 11111000 1101111 111011 0 110111 1001100 11 10001 1011101 111100

Color Harmonies of #F86F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F3B

Black with #F86F3B

Text Example


Text Example

White with #F86F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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