Html Css Color HEX #F85028 Outrageous Orange

📋 copy color: '#F85028'

red 248 ◦ green 80 ◦ blue 40

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

Shades of Outrageous Orange #F85028

Tints of Outrageous Orange #F85028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

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

R = 67.39%
G = 21.74%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F85028 (or 0xF85028) is known color: Outrageous Orange. HEX triplet: F8, 50 and 28. RGB value is (248,80,40). Sum of RGB (Red+Green+Blue) = 248+80+40=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F85028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85028 is #07AFD7. Grayscale: #7E7E7E. Windows color (decimal): -503768 or 2642168. OLE color: 2642168.

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

Color convert

RGB 248 80 40 -
CMYK 0 0.68 0.84 0.03
HSL 11.54º 0.94% 0.56% -
HSV(B) 11.54º 0.84% 0.97% -
XYZ 41.96 25.85 4.78 -
YUV 125.67 79.66 215.25 -
System Red Green Blue C M Y K H S L
Decimal 248 80 40 0 0.68 0.84 0.03 11.54 0.94 0.56
Hex F8 50 28 0 44 54 3 C 5E 38
Octal 370 120 50 0 104 124 3 14 136 70
Binary 11111000 1010000 101000 0 1000100 1010100 11 1100 1011110 111000

Color Harmonies of #F85028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85028

Black with #F85028

Text Example


Text Example

White with #F85028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85028; }

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

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

background-color css

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

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

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

border-color css

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

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

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