Html Css Color HEX #F86A2F Burnt Orange

📋 copy color: '#F86A2F'

red 248 ◦ green 106 ◦ blue 47

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

Shades of Burnt Orange #F86A2F

Tints of Burnt Orange #F86A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

 BLUE value IS 47 (18.75% from 255) = 11.72%

R = 61.85%
G = 26.43%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F86A2F (or 0xF86A2F) is known color: Burnt Orange. HEX triplet: F8, 6A and 2F. RGB value is (248,106,47). Sum of RGB (Red+Green+Blue) = 248+106+47=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86A2F is #0795D0. Grayscale: #8E8E8E. Windows color (decimal): -497105 or 3107576. OLE color: 3107576.

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

Color convert

RGB 248 106 47 -
CMYK 0 0.57 0.81 0.03
HSL 17.61º 0.93% 0.58% -
HSV(B) 17.61º 0.81% 0.97% -
XYZ 44.38 30.47 6.23 -
YUV 141.73 74.54 203.8 -
System Red Green Blue C M Y K H S L
Decimal 248 106 47 0 0.57 0.81 0.03 17.61 0.93 0.58
Hex F8 6A 2F 0 39 51 3 12 5D 3A
Octal 370 152 57 0 71 121 3 22 135 72
Binary 11111000 1101010 101111 0 111001 1010001 11 10010 1011101 111010

Color Harmonies of #F86A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A2F

Black with #F86A2F

Text Example


Text Example

White with #F86A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A2F; }

 p { color: rgb(248,106,47); }

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

background-color css

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

 a { background-color: rgb(248,106,47); }

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

border-color css

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

 span { border-color: rgb(248,106,47); }

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