Html Css Color HEX #F86F3C Burnt Orange

📋 copy color: '#F86F3C'

red 248 ◦ green 111 ◦ blue 60

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

Shades of Burnt Orange #F86F3C

Tints of Burnt Orange #F86F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.32%

R = 59.19%
G = 26.49%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F86F3C (or 0xF86F3C) is known color: Burnt Orange. HEX triplet: F8, 6F and 3C. RGB value is (248,111,60). Sum of RGB (Red+Green+Blue) = 248+111+60=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F3C is #0790C3. Grayscale: #929292. Windows color (decimal): -495812 or 3960824. OLE color: 3960824.

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

Color convert

RGB 248 111 60 -
CMYK 0 0.55 0.76 0.03
HSL 16.28º 0.93% 0.6% -
HSV(B) 16.28º 0.76% 0.97% -
XYZ 45.21 31.65 8 -
YUV 146.15 79.39 200.65 -
System Red Green Blue C M Y K H S L
Decimal 248 111 60 0 0.55 0.76 0.03 16.28 0.93 0.6
Hex F8 6F 3C 0 37 4C 3 10 5D 3C
Octal 370 157 74 0 67 114 3 20 135 74
Binary 11111000 1101111 111100 0 110111 1001100 11 10000 1011101 111100

Color Harmonies of #F86F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F3C

Black with #F86F3C

Text Example


Text Example

White with #F86F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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