Html Css Color HEX #F85630 Outrageous Orange

📋 copy color: '#F85630'

red 248 ◦ green 86 ◦ blue 48

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

Shades of Outrageous Orange #F85630

Tints of Outrageous Orange #F85630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 64.92%
G = 22.51%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F85630 (or 0xF85630) is known color: Outrageous Orange. HEX triplet: F8, 56 and 30. RGB value is (248,86,48). Sum of RGB (Red+Green+Blue) = 248+86+48=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F85630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85630 is #07A9CF. Grayscale: #828282. Windows color (decimal): -502224 or 3167992. OLE color: 3167992.

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

Color convert

RGB 248 86 48 -
CMYK 0 0.65 0.81 0.03
HSL 11.4º 0.93% 0.58% -
HSV(B) 11.4º 0.81% 0.97% -
XYZ 42.57 26.83 5.73 -
YUV 130.11 81.67 212.09 -
System Red Green Blue C M Y K H S L
Decimal 248 86 48 0 0.65 0.81 0.03 11.4 0.93 0.58
Hex F8 56 30 0 41 51 3 B 5D 3A
Octal 370 126 60 0 101 121 3 13 135 72
Binary 11111000 1010110 110000 0 1000001 1010001 11 1011 1011101 111010

Color Harmonies of #F85630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85630

Black with #F85630

Text Example


Text Example

White with #F85630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85630; }

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

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

background-color css

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

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

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

border-color css

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

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

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