Html Css Color HEX #F87331 Burnt Orange

📋 copy color: '#F87331'

red 248 ◦ green 115 ◦ blue 49

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

Shades of Burnt Orange #F87331

Tints of Burnt Orange #F87331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.91%

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

R = 60.19%
G = 27.91%
B = 11.89%

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

#F87331 (or 0xF87331) is known color: Burnt Orange. HEX triplet: F8, 73 and 31. RGB value is (248,115,49). Sum of RGB (Red+Green+Blue) = 248+115+49=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F87331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87331 is #078CCE. Grayscale: #939393. Windows color (decimal): -494799 or 3240952. OLE color: 3240952.

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

Color convert

RGB 248 115 49 -
CMYK 0 0.54 0.80 0.03
HSL 19.9º 0.93% 0.58% -
HSV(B) 19.9º 0.8% 0.97% -
XYZ 45.4 32.44 6.77 -
YUV 147.24 72.56 199.87 -
System Red Green Blue C M Y K H S L
Decimal 248 115 49 0 0.54 0.80 0.03 19.9 0.93 0.58
Hex F8 73 31 0 36 50 3 14 5D 3A
Octal 370 163 61 0 66 120 3 24 135 72
Binary 11111000 1110011 110001 0 110110 1010000 11 10100 1011101 111010

Color Harmonies of #F87331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87331

Black with #F87331

Text Example


Text Example

White with #F87331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87331; }

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

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

background-color css

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

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

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

border-color css

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

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

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