Html Css Color HEX #F86C32 Burnt Orange

📋 copy color: '#F86C32'

red 248 ◦ green 108 ◦ blue 50

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

Shades of Burnt Orange #F86C32

Tints of Burnt Orange #F86C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.32%

R = 61.08%
G = 26.6%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F86C32 (or 0xF86C32) is known color: Burnt Orange. HEX triplet: F8, 6C and 32. RGB value is (248,108,50). Sum of RGB (Red+Green+Blue) = 248+108+50=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86C32 is #0793CD. Grayscale: #8F8F8F. Windows color (decimal): -496590 or 3304696. OLE color: 3304696.

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

Color convert

RGB 248 108 50 -
CMYK 0 0.56 0.80 0.03
HSL 17.58º 0.93% 0.58% -
HSV(B) 17.58º 0.8% 0.97% -
XYZ 44.65 30.91 6.63 -
YUV 143.25 75.38 202.72 -
System Red Green Blue C M Y K H S L
Decimal 248 108 50 0 0.56 0.80 0.03 17.58 0.93 0.58
Hex F8 6C 32 0 38 50 3 12 5D 3A
Octal 370 154 62 0 70 120 3 22 135 72
Binary 11111000 1101100 110010 0 111000 1010000 11 10010 1011101 111010

Color Harmonies of #F86C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C32

Black with #F86C32

Text Example


Text Example

White with #F86C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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