Html Css Color HEX #F86B29 Burnt Orange

📋 copy color: '#F86B29'

red 248 ◦ green 107 ◦ blue 41

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

Shades of Burnt Orange #F86B29

Tints of Burnt Orange #F86B29

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 41 (16.41% from 255) = 10.35%

R = 62.63%
G = 27.02%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F86B29 (or 0xF86B29) is known color: Burnt Orange. HEX triplet: F8, 6B and 29. RGB value is (248,107,41). Sum of RGB (Red+Green+Blue) = 248+107+41=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86B29 is #0794D6. Grayscale: #8E8E8E. Windows color (decimal): -496855 or 2714616. OLE color: 2714616.

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

Color convert

RGB 248 107 41 -
CMYK 0 0.57 0.83 0.03
HSL 19.13º 0.94% 0.57% -
HSV(B) 19.13º 0.83% 0.97% -
XYZ 44.37 30.63 5.67 -
YUV 141.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 248 107 41 0 0.57 0.83 0.03 19.13 0.94 0.57
Hex F8 6B 29 0 39 53 3 13 5E 39
Octal 370 153 51 0 71 123 3 23 136 71
Binary 11111000 1101011 101001 0 111001 1010011 11 10011 1011110 111001

Color Harmonies of #F86B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86B29

Black with #F86B29

Text Example


Text Example

White with #F86B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86B29; }

 p { color: rgb(248,107,41); }

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

background-color css

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

 a { background-color: rgb(248,107,41); }

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

border-color css

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

 span { border-color: rgb(248,107,41); }

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