Html Css Color HEX #F86D3D Burnt Orange

📋 copy color: '#F86D3D'

red 248 ◦ green 109 ◦ blue 61

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

Shades of Burnt Orange #F86D3D

Tints of Burnt Orange #F86D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.59%

R = 59.33%
G = 26.08%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F86D3D (or 0xF86D3D) is known color: Burnt Orange. HEX triplet: F8, 6D and 3D. RGB value is (248,109,61). Sum of RGB (Red+Green+Blue) = 248+109+61=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86D3D is #0792C2. Grayscale: #919191. Windows color (decimal): -496323 or 4025848. OLE color: 4025848.

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

Color convert

RGB 248 109 61 -
CMYK 0 0.56 0.75 0.03
HSL 15.4º 0.93% 0.61% -
HSV(B) 15.4º 0.75% 0.97% -
XYZ 45.02 31.23 8.07 -
YUV 145.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 248 109 61 0 0.56 0.75 0.03 15.4 0.93 0.61
Hex F8 6D 3D 0 38 4B 3 F 5D 3D
Octal 370 155 75 0 70 113 3 17 135 75
Binary 11111000 1101101 111101 0 111000 1001011 11 1111 1011101 111101

Color Harmonies of #F86D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86D3D

Black with #F86D3D

Text Example


Text Example

White with #F86D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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