Html Css Color HEX #F86B3C Burnt Orange

📋 copy color: '#F86B3C'

red 248 ◦ green 107 ◦ blue 60

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

Shades of Burnt Orange #F86B3C

Tints of Burnt Orange #F86B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.78%

 BLUE value IS 60 (23.83% from 255) = 14.46%

R = 59.76%
G = 25.78%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F86B3C (or 0xF86B3C) is known color: Burnt Orange. HEX triplet: F8, 6B and 3C. RGB value is (248,107,60). Sum of RGB (Red+Green+Blue) = 248+107+60=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86B3C is #0794C3. Grayscale: #909090. Windows color (decimal): -496836 or 3959800. OLE color: 3959800.

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

Color convert

RGB 248 107 60 -
CMYK 0 0.57 0.76 0.03
HSL 15º 0.93% 0.6% -
HSV(B) 15º 0.76% 0.97% -
XYZ 44.78 30.8 7.86 -
YUV 143.8 80.71 202.32 -
System Red Green Blue C M Y K H S L
Decimal 248 107 60 0 0.57 0.76 0.03 15 0.93 0.6
Hex F8 6B 3C 0 39 4C 3 F 5D 3C
Octal 370 153 74 0 71 114 3 17 135 74
Binary 11111000 1101011 111100 0 111001 1001100 11 1111 1011101 111100

Color Harmonies of #F86B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86B3C

Black with #F86B3C

Text Example


Text Example

White with #F86B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86B3C; }

 p { color: rgb(248,107,60); }

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

background-color css

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

 a { background-color: rgb(248,107,60); }

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

border-color css

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

 span { border-color: rgb(248,107,60); }

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