Html Css Color HEX #F86E41 Burnt Orange

📋 copy color: '#F86E41'

red 248 ◦ green 110 ◦ blue 65

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

Shades of Burnt Orange #F86E41

Tints of Burnt Orange #F86E41

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26%

 BLUE value IS 65 (25.78% from 255) = 15.37%

R = 58.63%
G = 26%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F86E41 (or 0xF86E41) is known color: Burnt Orange. HEX triplet: F8, 6E and 41. RGB value is (248,110,65). Sum of RGB (Red+Green+Blue) = 248+110+65=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86E41 is #0791BE. Grayscale: #929292. Windows color (decimal): -496063 or 4288248. OLE color: 4288248.

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

Color convert

RGB 248 110 65 -
CMYK 0 0.56 0.74 0.03
HSL 14.75º 0.93% 0.61% -
HSV(B) 14.75º 0.74% 0.97% -
XYZ 45.24 31.49 8.69 -
YUV 146.13 82.22 200.66 -
System Red Green Blue C M Y K H S L
Decimal 248 110 65 0 0.56 0.74 0.03 14.75 0.93 0.61
Hex F8 6E 41 0 38 4A 3 F 5D 3D
Octal 370 156 101 0 70 112 3 17 135 75
Binary 11111000 1101110 1000001 0 111000 1001010 11 1111 1011101 111101

Color Harmonies of #F86E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E41

Black with #F86E41

Text Example


Text Example

White with #F86E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E41; }

 p { color: rgb(248,110,65); }

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

background-color css

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

 a { background-color: rgb(248,110,65); }

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

border-color css

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

 span { border-color: rgb(248,110,65); }

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