Html Css Color HEX #F86E2A Burnt Orange

📋 copy color: '#F86E2A'

red 248 ◦ green 110 ◦ blue 42

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

Shades of Burnt Orange #F86E2A

Tints of Burnt Orange #F86E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.5%

R = 62%
G = 27.5%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F86E2A (or 0xF86E2A) is known color: Burnt Orange. HEX triplet: F8, 6E and 2A. RGB value is (248,110,42). Sum of RGB (Red+Green+Blue) = 248+110+42=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86E2A is #0791D5. Grayscale: #8F8F8F. Windows color (decimal): -496086 or 2780920. OLE color: 2780920.

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

Color convert

RGB 248 110 42 -
CMYK 0 0.56 0.83 0.03
HSL 19.81º 0.94% 0.57% -
HSV(B) 19.81º 0.83% 0.97% -
XYZ 44.71 31.28 5.87 -
YUV 143.51 70.72 202.53 -
System Red Green Blue C M Y K H S L
Decimal 248 110 42 0 0.56 0.83 0.03 19.81 0.94 0.57
Hex F8 6E 2A 0 38 53 3 14 5E 39
Octal 370 156 52 0 70 123 3 24 136 71
Binary 11111000 1101110 101010 0 111000 1010011 11 10100 1011110 111001

Color Harmonies of #F86E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E2A

Black with #F86E2A

Text Example


Text Example

White with #F86E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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