Html Css Color HEX #F86F40 Burnt Orange

📋 copy color: '#F86F40'

red 248 ◦ green 111 ◦ blue 64

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

Shades of Burnt Orange #F86F40

Tints of Burnt Orange #F86F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 58.63%
G = 26.24%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F86F40 (or 0xF86F40) is known color: Burnt Orange. HEX triplet: F8, 6F and 40. RGB value is (248,111,64). Sum of RGB (Red+Green+Blue) = 248+111+64=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F40 is #0790BF. Grayscale: #929292. Windows color (decimal): -495808 or 4222968. OLE color: 4222968.

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

Color convert

RGB 248 111 64 -
CMYK 0 0.55 0.74 0.03
HSL 15.33º 0.93% 0.61% -
HSV(B) 15.33º 0.74% 0.97% -
XYZ 45.32 31.7 8.58 -
YUV 146.61 81.39 200.32 -
System Red Green Blue C M Y K H S L
Decimal 248 111 64 0 0.55 0.74 0.03 15.33 0.93 0.61
Hex F8 6F 40 0 37 4A 3 F 5D 3D
Octal 370 157 100 0 67 112 3 17 135 75
Binary 11111000 1101111 1000000 0 110111 1001010 11 1111 1011101 111101

Color Harmonies of #F86F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F40

Black with #F86F40

Text Example


Text Example

White with #F86F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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