Html Css Color HEX #F86B3A Burnt Orange

📋 copy color: '#F86B3A'

red 248 ◦ green 107 ◦ blue 58

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

Shades of Burnt Orange #F86B3A

Tints of Burnt Orange #F86B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.04%

R = 60.05%
G = 25.91%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F86B3A (or 0xF86B3A) is known color: Burnt Orange. HEX triplet: F8, 6B and 3A. RGB value is (248,107,58). Sum of RGB (Red+Green+Blue) = 248+107+58=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86B3A is #0794C5. Grayscale: #8F8F8F. Windows color (decimal): -496838 or 3828728. OLE color: 3828728.

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

Color convert

RGB 248 107 58 -
CMYK 0 0.57 0.77 0.03
HSL 15.47º 0.93% 0.6% -
HSV(B) 15.47º 0.77% 0.97% -
XYZ 44.73 30.78 7.59 -
YUV 143.57 79.71 202.48 -
System Red Green Blue C M Y K H S L
Decimal 248 107 58 0 0.57 0.77 0.03 15.47 0.93 0.6
Hex F8 6B 3A 0 39 4D 3 F 5D 3C
Octal 370 153 72 0 71 115 3 17 135 74
Binary 11111000 1101011 111010 0 111001 1001101 11 1111 1011101 111100

Color Harmonies of #F86B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86B3A

Black with #F86B3A

Text Example


Text Example

White with #F86B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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