Html Css Color HEX #F87531 Burnt Orange

📋 copy color: '#F87531'

red 248 ◦ green 117 ◦ blue 49

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

Shades of Burnt Orange #F87531

Tints of Burnt Orange #F87531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

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

R = 59.9%
G = 28.26%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F87531 (or 0xF87531) is known color: Burnt Orange. HEX triplet: F8, 75 and 31. RGB value is (248,117,49). Sum of RGB (Red+Green+Blue) = 248+117+49=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F87531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87531 is #078ACE. Grayscale: #949494. Windows color (decimal): -494287 or 3241464. OLE color: 3241464.

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

Color convert

RGB 248 117 49 -
CMYK 0 0.53 0.80 0.03
HSL 20.5º 0.93% 0.58% -
HSV(B) 20.5º 0.8% 0.97% -
XYZ 45.63 32.9 6.85 -
YUV 148.42 71.9 199.03 -
System Red Green Blue C M Y K H S L
Decimal 248 117 49 0 0.53 0.80 0.03 20.5 0.93 0.58
Hex F8 75 31 0 35 50 3 15 5D 3A
Octal 370 165 61 0 65 120 3 25 135 72
Binary 11111000 1110101 110001 0 110101 1010000 11 10101 1011101 111010

Color Harmonies of #F87531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87531

Black with #F87531

Text Example


Text Example

White with #F87531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87531; }

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

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

background-color css

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

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

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

border-color css

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

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

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