Html Css Color HEX #F85128 Outrageous Orange

📋 copy color: '#F85128'

red 248 ◦ green 81 ◦ blue 40

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

Shades of Outrageous Orange #F85128

Tints of Outrageous Orange #F85128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

 BLUE value IS 40 (16.02% from 255) = 10.84%

R = 67.21%
G = 21.95%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F85128 (or 0xF85128) is known color: Outrageous Orange. HEX triplet: F8, 51 and 28. RGB value is (248,81,40). Sum of RGB (Red+Green+Blue) = 248+81+40=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F85128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85128 is #07AED7. Grayscale: #7E7E7E. Windows color (decimal): -503512 or 2642424. OLE color: 2642424.

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

Color convert

RGB 248 81 40 -
CMYK 0 0.67 0.84 0.03
HSL 11.83º 0.94% 0.56% -
HSV(B) 11.83º 0.84% 0.97% -
XYZ 42.04 25.99 4.81 -
YUV 126.26 79.33 214.83 -
System Red Green Blue C M Y K H S L
Decimal 248 81 40 0 0.67 0.84 0.03 11.83 0.94 0.56
Hex F8 51 28 0 43 54 3 C 5E 38
Octal 370 121 50 0 103 124 3 14 136 70
Binary 11111000 1010001 101000 0 1000011 1010100 11 1100 1011110 111000

Color Harmonies of #F85128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85128

Black with #F85128

Text Example


Text Example

White with #F85128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85128; }

 p { color: rgb(248,81,40); }

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

background-color css

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

 a { background-color: rgb(248,81,40); }

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

border-color css

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

 span { border-color: rgb(248,81,40); }

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