Html Css Color HEX #F86A36 Burnt Orange

📋 copy color: '#F86A36'

red 248 ◦ green 106 ◦ blue 54

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

Shades of Burnt Orange #F86A36

Tints of Burnt Orange #F86A36

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

 BLUE value IS 54 (21.48% from 255) = 13.24%

R = 60.78%
G = 25.98%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F86A36 (or 0xF86A36) is known color: Burnt Orange. HEX triplet: F8, 6A and 36. RGB value is (248,106,54). Sum of RGB (Red+Green+Blue) = 248+106+54=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86A36 is #0795C9. Grayscale: #8E8E8E. Windows color (decimal): -497098 or 3566328. OLE color: 3566328.

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

Color convert

RGB 248 106 54 -
CMYK 0 0.57 0.78 0.03
HSL 16.08º 0.93% 0.59% -
HSV(B) 16.08º 0.78% 0.97% -
XYZ 44.53 30.53 7.04 -
YUV 142.53 78.04 203.23 -
System Red Green Blue C M Y K H S L
Decimal 248 106 54 0 0.57 0.78 0.03 16.08 0.93 0.59
Hex F8 6A 36 0 39 4E 3 10 5D 3B
Octal 370 152 66 0 71 116 3 20 135 73
Binary 11111000 1101010 110110 0 111001 1001110 11 10000 1011101 111011

Color Harmonies of #F86A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A36

Black with #F86A36

Text Example


Text Example

White with #F86A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A36; }

 p { color: rgb(248,106,54); }

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

background-color css

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

 a { background-color: rgb(248,106,54); }

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

border-color css

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

 span { border-color: rgb(248,106,54); }

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