Html Css Color HEX #F87131 Burnt Orange

📋 copy color: '#F87131'

red 248 ◦ green 113 ◦ blue 49

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

Shades of Burnt Orange #F87131

Tints of Burnt Orange #F87131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 49 (19.53% from 255) = 11.95%

R = 60.49%
G = 27.56%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F87131 (or 0xF87131) is known color: Burnt Orange. HEX triplet: F8, 71 and 31. RGB value is (248,113,49). Sum of RGB (Red+Green+Blue) = 248+113+49=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F87131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87131 is #078ECE. Grayscale: #929292. Windows color (decimal): -495311 or 3240440. OLE color: 3240440.

HSL color Cylindrical-coordinate representation of color #F87131: hue angle of 19.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F87131 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 113 49 -
CMYK 0 0.54 0.80 0.03
HSL 19.3º 0.93% 0.58% -
HSV(B) 19.3º 0.8% 0.97% -
XYZ 45.17 31.99 6.7 -
YUV 146.07 73.23 200.7 -
System Red Green Blue C M Y K H S L
Decimal 248 113 49 0 0.54 0.80 0.03 19.3 0.93 0.58
Hex F8 71 31 0 36 50 3 13 5D 3A
Octal 370 161 61 0 66 120 3 23 135 72
Binary 11111000 1110001 110001 0 110110 1010000 11 10011 1011101 111010

Color Harmonies of #F87131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87131

Black with #F87131

Text Example


Text Example

White with #F87131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87131; }

 p { color: rgb(248,113,49); }

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

background-color css

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

 a { background-color: rgb(248,113,49); }

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

border-color css

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

 span { border-color: rgb(248,113,49); }

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