Html Css Color HEX #F86D2F Burnt Orange

📋 copy color: '#F86D2F'

red 248 ◦ green 109 ◦ blue 47

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

Shades of Burnt Orange #F86D2F

Tints of Burnt Orange #F86D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.98%

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

R = 61.39%
G = 26.98%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F86D2F (or 0xF86D2F) is known color: Burnt Orange. HEX triplet: F8, 6D and 2F. RGB value is (248,109,47). Sum of RGB (Red+Green+Blue) = 248+109+47=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86D2F is #0792D0. Grayscale: #8F8F8F. Windows color (decimal): -496337 or 3108344. OLE color: 3108344.

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

Color convert

RGB 248 109 47 -
CMYK 0 0.56 0.81 0.03
HSL 18.51º 0.93% 0.58% -
HSV(B) 18.51º 0.81% 0.97% -
XYZ 44.69 31.1 6.34 -
YUV 143.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 248 109 47 0 0.56 0.81 0.03 18.51 0.93 0.58
Hex F8 6D 2F 0 38 51 3 13 5D 3A
Octal 370 155 57 0 70 121 3 23 135 72
Binary 11111000 1101101 101111 0 111000 1010001 11 10011 1011101 111010

Color Harmonies of #F86D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86D2F

Black with #F86D2F

Text Example


Text Example

White with #F86D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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