Html Css Color HEX #F86527 Burnt Orange

📋 copy color: '#F86527'

red 248 ◦ green 101 ◦ blue 39

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

Shades of Burnt Orange #F86527

Tints of Burnt Orange #F86527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 39 (15.63% from 255) = 10.05%

R = 63.92%
G = 26.03%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F86527 (or 0xF86527) is known color: Burnt Orange. HEX triplet: F8, 65 and 27. RGB value is (248,101,39). Sum of RGB (Red+Green+Blue) = 248+101+39=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F86527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86527 is #079AD8. Grayscale: #8A8A8A. Windows color (decimal): -498393 or 2582008. OLE color: 2582008.

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

Color convert

RGB 248 101 39 -
CMYK 0 0.59 0.84 0.03
HSL 17.8º 0.94% 0.56% -
HSV(B) 17.8º 0.84% 0.97% -
XYZ 43.73 29.41 5.29 -
YUV 137.89 72.2 206.54 -
System Red Green Blue C M Y K H S L
Decimal 248 101 39 0 0.59 0.84 0.03 17.8 0.94 0.56
Hex F8 65 27 0 3B 54 3 12 5E 38
Octal 370 145 47 0 73 124 3 22 136 70
Binary 11111000 1100101 100111 0 111011 1010100 11 10010 1011110 111000

Color Harmonies of #F86527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86527

Black with #F86527

Text Example


Text Example

White with #F86527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86527; }

 p { color: rgb(248,101,39); }

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

background-color css

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

 a { background-color: rgb(248,101,39); }

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

border-color css

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

 span { border-color: rgb(248,101,39); }

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