Html Css Color HEX #F86C3F Burnt Orange

📋 copy color: '#F86C3F'

red 248 ◦ green 108 ◦ blue 63

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

Shades of Burnt Orange #F86C3F

Tints of Burnt Orange #F86C3F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

 BLUE value IS 63 (25% from 255) = 15.04%

R = 59.19%
G = 25.78%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F86C3F (or 0xF86C3F) is known color: Burnt Orange. HEX triplet: F8, 6C and 3F. RGB value is (248,108,63). Sum of RGB (Red+Green+Blue) = 248+108+63=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86C3F is #0793C0. Grayscale: #919191. Windows color (decimal): -496577 or 4156664. OLE color: 4156664.

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

Color convert

RGB 248 108 63 -
CMYK 0 0.56 0.75 0.03
HSL 14.59º 0.93% 0.61% -
HSV(B) 14.59º 0.75% 0.97% -
XYZ 44.97 31.04 8.32 -
YUV 144.73 81.88 201.66 -
System Red Green Blue C M Y K H S L
Decimal 248 108 63 0 0.56 0.75 0.03 14.59 0.93 0.61
Hex F8 6C 3F 0 38 4B 3 F 5D 3D
Octal 370 154 77 0 70 113 3 17 135 75
Binary 11111000 1101100 111111 0 111000 1001011 11 1111 1011101 111101

Color Harmonies of #F86C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C3F

Black with #F86C3F

Text Example


Text Example

White with #F86C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C3F; }

 p { color: rgb(248,108,63); }

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

background-color css

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

 a { background-color: rgb(248,108,63); }

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

border-color css

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

 span { border-color: rgb(248,108,63); }

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