Html Css Color HEX #F87528 Burnt Orange

📋 copy color: '#F87528'

red 248 ◦ green 117 ◦ blue 40

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

Shades of Burnt Orange #F87528

Tints of Burnt Orange #F87528

RGB

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

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

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

R = 61.23%
G = 28.89%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F87528 (or 0xF87528) is known color: Burnt Orange. HEX triplet: F8, 75 and 28. RGB value is (248,117,40). Sum of RGB (Red+Green+Blue) = 248+117+40=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F87528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87528 is #078AD7. Grayscale: #939393. Windows color (decimal): -494296 or 2651640. OLE color: 2651640.

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

Color convert

RGB 248 117 40 -
CMYK 0 0.53 0.84 0.03
HSL 22.21º 0.94% 0.56% -
HSV(B) 22.21º 0.84% 0.97% -
XYZ 45.46 32.83 5.95 -
YUV 147.39 67.4 199.76 -
System Red Green Blue C M Y K H S L
Decimal 248 117 40 0 0.53 0.84 0.03 22.21 0.94 0.56
Hex F8 75 28 0 35 54 3 16 5E 38
Octal 370 165 50 0 65 124 3 26 136 70
Binary 11111000 1110101 101000 0 110101 1010100 11 10110 1011110 111000

Color Harmonies of #F87528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87528

Black with #F87528

Text Example


Text Example

White with #F87528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87528; }

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

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

background-color css

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

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

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

border-color css

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

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

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