Html Css Color HEX #F86423 Burnt Orange

📋 copy color: '#F86423'

red 248 ◦ green 100 ◦ blue 35

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

Shades of Burnt Orange #F86423

Tints of Burnt Orange #F86423

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

 BLUE value IS 35 (14.06% from 255) = 9.14%

R = 64.75%
G = 26.11%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F86423 (or 0xF86423) is known color: Burnt Orange. HEX triplet: F8, 64 and 23. RGB value is (248,100,35). Sum of RGB (Red+Green+Blue) = 248+100+35=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F86423 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86423 is #079BDC. Grayscale: #898989. Windows color (decimal): -498653 or 2319608. OLE color: 2319608.

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

Color convert

RGB 248 100 35 -
CMYK 0 0.60 0.86 0.03
HSL 18.31º 0.94% 0.55% -
HSV(B) 18.31º 0.86% 0.97% -
XYZ 43.57 29.19 4.93 -
YUV 136.84 70.53 207.29 -
System Red Green Blue C M Y K H S L
Decimal 248 100 35 0 0.60 0.86 0.03 18.31 0.94 0.55
Hex F8 64 23 0 3C 56 3 12 5E 37
Octal 370 144 43 0 74 126 3 22 136 67
Binary 11111000 1100100 100011 0 111100 1010110 11 10010 1011110 110111

Color Harmonies of #F86423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86423

Black with #F86423

Text Example


Text Example

White with #F86423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86423; }

 p { color: rgb(248,100,35); }

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

background-color css

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

 a { background-color: rgb(248,100,35); }

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

border-color css

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

 span { border-color: rgb(248,100,35); }

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