Html Css Color HEX #F85629 Outrageous Orange

📋 copy color: '#F85629'

red 248 ◦ green 86 ◦ blue 41

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

Shades of Outrageous Orange #F85629

Tints of Outrageous Orange #F85629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.93%

R = 66.13%
G = 22.93%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F85629 (or 0xF85629) is known color: Outrageous Orange. HEX triplet: F8, 56 and 29. RGB value is (248,86,41). Sum of RGB (Red+Green+Blue) = 248+86+41=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F85629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85629 is #07A9D6. Grayscale: #818181. Windows color (decimal): -502231 or 2709240. OLE color: 2709240.

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

Color convert

RGB 248 86 41 -
CMYK 0 0.65 0.83 0.03
HSL 13.04º 0.94% 0.57% -
HSV(B) 13.04º 0.83% 0.97% -
XYZ 42.44 26.77 5.03 -
YUV 129.31 78.17 212.66 -
System Red Green Blue C M Y K H S L
Decimal 248 86 41 0 0.65 0.83 0.03 13.04 0.94 0.57
Hex F8 56 29 0 41 53 3 D 5E 39
Octal 370 126 51 0 101 123 3 15 136 71
Binary 11111000 1010110 101001 0 1000001 1010011 11 1101 1011110 111001

Color Harmonies of #F85629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85629

Black with #F85629

Text Example


Text Example

White with #F85629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85629; }

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

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

background-color css

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

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

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

border-color css

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

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

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