Html Css Color HEX #F86227 Outrageous Orange

📋 copy color: '#F86227'

red 248 ◦ green 98 ◦ blue 39

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

Shades of Outrageous Orange #F86227

Tints of Outrageous Orange #F86227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 39 (15.63% from 255) = 10.13%

R = 64.42%
G = 25.45%
B = 10.13%

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

#F86227 (or 0xF86227) is known color: Outrageous Orange. HEX triplet: F8, 62 and 27. RGB value is (248,98,39). Sum of RGB (Red+Green+Blue) = 248+98+39=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F86227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86227 is #079DD8. Grayscale: #888888. Windows color (decimal): -499161 or 2581240. OLE color: 2581240.

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

Color convert

RGB 248 98 39 -
CMYK 0 0.60 0.84 0.03
HSL 16.94º 0.94% 0.56% -
HSV(B) 16.94º 0.84% 0.97% -
XYZ 43.45 28.84 5.2 -
YUV 136.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 248 98 39 0 0.60 0.84 0.03 16.94 0.94 0.56
Hex F8 62 27 0 3C 54 3 11 5E 38
Octal 370 142 47 0 74 124 3 21 136 70
Binary 11111000 1100010 100111 0 111100 1010100 11 10001 1011110 111000

Color Harmonies of #F86227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86227

Black with #F86227

Text Example


Text Example

White with #F86227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86227; }

 p { color: rgb(248,98,39); }

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

background-color css

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

 a { background-color: rgb(248,98,39); }

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

border-color css

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

 span { border-color: rgb(248,98,39); }

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