Html Css Color HEX #F86C38 Burnt Orange

📋 copy color: '#F86C38'

red 248 ◦ green 108 ◦ blue 56

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

Shades of Burnt Orange #F86C38

Tints of Burnt Orange #F86C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.59%

R = 60.19%
G = 26.21%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F86C38 (or 0xF86C38) is known color: Burnt Orange. HEX triplet: F8, 6C and 38. RGB value is (248,108,56). Sum of RGB (Red+Green+Blue) = 248+108+56=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86C38 is #0793C7. Grayscale: #909090. Windows color (decimal): -496584 or 3697912. OLE color: 3697912.

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

Color convert

RGB 248 108 56 -
CMYK 0 0.56 0.77 0.03
HSL 16.25º 0.93% 0.6% -
HSV(B) 16.25º 0.77% 0.97% -
XYZ 44.79 30.97 7.36 -
YUV 143.93 78.38 202.23 -
System Red Green Blue C M Y K H S L
Decimal 248 108 56 0 0.56 0.77 0.03 16.25 0.93 0.6
Hex F8 6C 38 0 38 4D 3 10 5D 3C
Octal 370 154 70 0 70 115 3 20 135 74
Binary 11111000 1101100 111000 0 111000 1001101 11 10000 1011101 111100

Color Harmonies of #F86C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C38

Black with #F86C38

Text Example


Text Example

White with #F86C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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