Html Css Color HEX #F86926 Burnt Orange

📋 copy color: '#F86926'

red 248 ◦ green 105 ◦ blue 38

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

Shades of Burnt Orange #F86926

Tints of Burnt Orange #F86926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

 BLUE value IS 38 (15.23% from 255) = 9.72%

R = 63.43%
G = 26.85%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F86926 (or 0xF86926) is known color: Burnt Orange. HEX triplet: F8, 69 and 26. RGB value is (248,105,38). Sum of RGB (Red+Green+Blue) = 248+105+38=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F86926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86926 is #0796D9. Grayscale: #8C8C8C. Windows color (decimal): -497370 or 2517496. OLE color: 2517496.

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

Color convert

RGB 248 105 38 -
CMYK 0 0.58 0.85 0.03
HSL 19.14º 0.94% 0.56% -
HSV(B) 19.14º 0.85% 0.97% -
XYZ 44.11 30.2 5.34 -
YUV 140.12 70.38 204.95 -
System Red Green Blue C M Y K H S L
Decimal 248 105 38 0 0.58 0.85 0.03 19.14 0.94 0.56
Hex F8 69 26 0 3A 55 3 13 5E 38
Octal 370 151 46 0 72 125 3 23 136 70
Binary 11111000 1101001 100110 0 111010 1010101 11 10011 1011110 111000

Color Harmonies of #F86926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86926

Black with #F86926

Text Example


Text Example

White with #F86926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86926; }

 p { color: rgb(248,105,38); }

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

background-color css

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

 a { background-color: rgb(248,105,38); }

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

border-color css

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

 span { border-color: rgb(248,105,38); }

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