Html Css Color HEX #F85638 Outrageous Orange

📋 copy color: '#F85638'

red 248 ◦ green 86 ◦ blue 56

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

Shades of Outrageous Orange #F85638

Tints of Outrageous Orange #F85638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.36%

R = 63.59%
G = 22.05%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F85638 (or 0xF85638) is known color: Outrageous Orange. HEX triplet: F8, 56 and 38. RGB value is (248,86,56). Sum of RGB (Red+Green+Blue) = 248+86+56=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F85638 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85638 is #07A9C7. Grayscale: #838383. Windows color (decimal): -502216 or 3692280. OLE color: 3692280.

HSL color Cylindrical-coordinate representation of color #F85638: hue angle of 9.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F85638 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 86 56 -
CMYK 0 0.65 0.77 0.03
HSL 9.38º 0.93% 0.6% -
HSV(B) 9.38º 0.77% 0.97% -
XYZ 42.75 26.9 6.68 -
YUV 131.02 85.67 211.44 -
System Red Green Blue C M Y K H S L
Decimal 248 86 56 0 0.65 0.77 0.03 9.38 0.93 0.6
Hex F8 56 38 0 41 4D 3 9 5D 3C
Octal 370 126 70 0 101 115 3 11 135 74
Binary 11111000 1010110 111000 0 1000001 1001101 11 1001 1011101 111100

Color Harmonies of #F85638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85638

Black with #F85638

Text Example


Text Example

White with #F85638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85638; }

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

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

background-color css

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

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

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

border-color css

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

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

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