Html Css Color HEX #F86E34 Burnt Orange

📋 copy color: '#F86E34'

red 248 ◦ green 110 ◦ blue 52

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

Shades of Burnt Orange #F86E34

Tints of Burnt Orange #F86E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.68%

R = 60.49%
G = 26.83%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F86E34 (or 0xF86E34) is known color: Burnt Orange. HEX triplet: F8, 6E and 34. RGB value is (248,110,52). Sum of RGB (Red+Green+Blue) = 248+110+52=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86E34 is #0791CB. Grayscale: #919191. Windows color (decimal): -496076 or 3436280. OLE color: 3436280.

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

Color convert

RGB 248 110 52 -
CMYK 0 0.56 0.79 0.03
HSL 17.76º 0.93% 0.59% -
HSV(B) 17.76º 0.79% 0.97% -
XYZ 44.91 31.36 6.93 -
YUV 144.65 75.72 201.72 -
System Red Green Blue C M Y K H S L
Decimal 248 110 52 0 0.56 0.79 0.03 17.76 0.93 0.59
Hex F8 6E 34 0 38 4F 3 12 5D 3B
Octal 370 156 64 0 70 117 3 22 135 73
Binary 11111000 1101110 110100 0 111000 1001111 11 10010 1011101 111011

Color Harmonies of #F86E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E34

Black with #F86E34

Text Example


Text Example

White with #F86E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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