Html Css Color HEX #F86325 Outrageous Orange

📋 copy color: '#F86325'

red 248 ◦ green 99 ◦ blue 37

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

Shades of Outrageous Orange #F86325

Tints of Outrageous Orange #F86325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.64%

R = 64.58%
G = 25.78%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F86325 (or 0xF86325) is known color: Outrageous Orange. HEX triplet: F8, 63 and 25. RGB value is (248,99,37). Sum of RGB (Red+Green+Blue) = 248+99+37=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F86325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86325 is #079CDA. Grayscale: #888888. Windows color (decimal): -498907 or 2450424. OLE color: 2450424.

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

Color convert

RGB 248 99 37 -
CMYK 0 0.60 0.85 0.03
HSL 17.63º 0.94% 0.56% -
HSV(B) 17.63º 0.85% 0.97% -
XYZ 43.51 29.01 5.06 -
YUV 136.48 71.86 207.54 -
System Red Green Blue C M Y K H S L
Decimal 248 99 37 0 0.60 0.85 0.03 17.63 0.94 0.56
Hex F8 63 25 0 3C 55 3 12 5E 38
Octal 370 143 45 0 74 125 3 22 136 70
Binary 11111000 1100011 100101 0 111100 1010101 11 10010 1011110 111000

Color Harmonies of #F86325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86325

Black with #F86325

Text Example


Text Example

White with #F86325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86325; }

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

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

background-color css

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

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

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

border-color css

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

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

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