Html Css Color HEX #F86F36 Burnt Orange

📋 copy color: '#F86F36'

red 248 ◦ green 111 ◦ blue 54

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

Shades of Burnt Orange #F86F36

Tints of Burnt Orange #F86F36

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.88%

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

R = 60.05%
G = 26.88%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F86F36 (or 0xF86F36) is known color: Burnt Orange. HEX triplet: F8, 6F and 36. RGB value is (248,111,54). Sum of RGB (Red+Green+Blue) = 248+111+54=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F36 is #0790C9. Grayscale: #919191. Windows color (decimal): -495818 or 3567608. OLE color: 3567608.

HSL color Cylindrical-coordinate representation of color #F86F36: hue angle of 17.63º 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 #F86F36 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 111 54 -
CMYK 0 0.55 0.78 0.03
HSL 17.63º 0.93% 0.59% -
HSV(B) 17.63º 0.78% 0.97% -
XYZ 45.06 31.59 7.21 -
YUV 145.47 76.39 201.13 -
System Red Green Blue C M Y K H S L
Decimal 248 111 54 0 0.55 0.78 0.03 17.63 0.93 0.59
Hex F8 6F 36 0 37 4E 3 12 5D 3B
Octal 370 157 66 0 67 116 3 22 135 73
Binary 11111000 1101111 110110 0 110111 1001110 11 10010 1011101 111011

Color Harmonies of #F86F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F36

Black with #F86F36

Text Example


Text Example

White with #F86F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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