Html Css Color HEX #F87328 Burnt Orange

📋 copy color: '#F87328'

red 248 ◦ green 115 ◦ blue 40

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

Shades of Burnt Orange #F87328

Tints of Burnt Orange #F87328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.93%

R = 61.54%
G = 28.54%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F87328 (or 0xF87328) is known color: Burnt Orange. HEX triplet: F8, 73 and 28. RGB value is (248,115,40). Sum of RGB (Red+Green+Blue) = 248+115+40=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F87328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87328 is #078CD7. Grayscale: #929292. Windows color (decimal): -494808 or 2651128. OLE color: 2651128.

HSL color Cylindrical-coordinate representation of color #F87328: hue angle of 21.63º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F87328 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 115 40 -
CMYK 0 0.54 0.84 0.03
HSL 21.63º 0.94% 0.56% -
HSV(B) 21.63º 0.84% 0.97% -
XYZ 45.23 32.37 5.87 -
YUV 146.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 248 115 40 0 0.54 0.84 0.03 21.63 0.94 0.56
Hex F8 73 28 0 36 54 3 16 5E 38
Octal 370 163 50 0 66 124 3 26 136 70
Binary 11111000 1110011 101000 0 110110 1010100 11 10110 1011110 111000

Color Harmonies of #F87328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87328

Black with #F87328

Text Example


Text Example

White with #F87328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87328; }

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

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

background-color css

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

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

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

border-color css

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

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

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