Html Css Color HEX #F85428 Outrageous Orange

📋 copy color: '#F85428'

red 248 ◦ green 84 ◦ blue 40

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

Shades of Outrageous Orange #F85428

Tints of Outrageous Orange #F85428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

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

R = 66.67%
G = 22.58%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F85428 (or 0xF85428) is known color: Outrageous Orange. HEX triplet: F8, 54 and 28. RGB value is (248,84,40). Sum of RGB (Red+Green+Blue) = 248+84+40=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F85428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85428 is #07ABD7. Grayscale: #808080. Windows color (decimal): -502744 or 2643192. OLE color: 2643192.

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

Color convert

RGB 248 84 40 -
CMYK 0 0.66 0.84 0.03
HSL 12.69º 0.94% 0.56% -
HSV(B) 12.69º 0.84% 0.97% -
XYZ 42.26 26.45 4.89 -
YUV 128.02 78.33 213.58 -
System Red Green Blue C M Y K H S L
Decimal 248 84 40 0 0.66 0.84 0.03 12.69 0.94 0.56
Hex F8 54 28 0 42 54 3 D 5E 38
Octal 370 124 50 0 102 124 3 15 136 70
Binary 11111000 1010100 101000 0 1000010 1010100 11 1101 1011110 111000

Color Harmonies of #F85428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85428

Black with #F85428

Text Example


Text Example

White with #F85428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85428; }

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

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

background-color css

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

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

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

border-color css

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

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

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