Html Css Color HEX #F86328 Outrageous Orange

📋 copy color: '#F86328'

red 248 ◦ green 99 ◦ blue 40

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

Shades of Outrageous Orange #F86328

Tints of Outrageous Orange #F86328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

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

R = 64.08%
G = 25.58%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F86328 (or 0xF86328) is known color: Outrageous Orange. HEX triplet: F8, 63 and 28. RGB value is (248,99,40). Sum of RGB (Red+Green+Blue) = 248+99+40=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F86328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86328 is #079CD7. Grayscale: #898989. Windows color (decimal): -498904 or 2647032. OLE color: 2647032.

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

Color convert

RGB 248 99 40 -
CMYK 0 0.60 0.84 0.03
HSL 17.02º 0.94% 0.56% -
HSV(B) 17.02º 0.84% 0.97% -
XYZ 43.56 29.03 5.32 -
YUV 136.83 73.36 207.3 -
System Red Green Blue C M Y K H S L
Decimal 248 99 40 0 0.60 0.84 0.03 17.02 0.94 0.56
Hex F8 63 28 0 3C 54 3 11 5E 38
Octal 370 143 50 0 74 124 3 21 136 70
Binary 11111000 1100011 101000 0 111100 1010100 11 10001 1011110 111000

Color Harmonies of #F86328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86328

Black with #F86328

Text Example


Text Example

White with #F86328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86328; }

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

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

background-color css

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

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

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

border-color css

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

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

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