Html Css Color HEX #F85627 Outrageous Orange

📋 copy color: '#F85627'

red 248 ◦ green 86 ◦ blue 39

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

Shades of Outrageous Orange #F85627

Tints of Outrageous Orange #F85627

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.06%

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

R = 66.49%
G = 23.06%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F85627 (or 0xF85627) is known color: Outrageous Orange. HEX triplet: F8, 56 and 27. RGB value is (248,86,39). Sum of RGB (Red+Green+Blue) = 248+86+39=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F85627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85627 is #07A9D8. Grayscale: #818181. Windows color (decimal): -502233 or 2578168. OLE color: 2578168.

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

Color convert

RGB 248 86 39 -
CMYK 0 0.65 0.84 0.03
HSL 13.49º 0.94% 0.56% -
HSV(B) 13.49º 0.84% 0.97% -
XYZ 42.41 26.76 4.85 -
YUV 129.08 77.17 212.82 -
System Red Green Blue C M Y K H S L
Decimal 248 86 39 0 0.65 0.84 0.03 13.49 0.94 0.56
Hex F8 56 27 0 41 54 3 D 5E 38
Octal 370 126 47 0 101 124 3 15 136 70
Binary 11111000 1010110 100111 0 1000001 1010100 11 1101 1011110 111000

Color Harmonies of #F85627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85627

Black with #F85627

Text Example


Text Example

White with #F85627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85627; }

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

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

background-color css

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

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

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

border-color css

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

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

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