Html Css Color HEX #F85029 Outrageous Orange

📋 copy color: '#F85029'

red 248 ◦ green 80 ◦ blue 41

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

Shades of Outrageous Orange #F85029

Tints of Outrageous Orange #F85029

RGB

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

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

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

R = 67.21%
G = 21.68%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F85029 (or 0xF85029) is known color: Outrageous Orange. HEX triplet: F8, 50 and 29. RGB value is (248,80,41). Sum of RGB (Red+Green+Blue) = 248+80+41=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F85029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85029 is #07AFD6. Grayscale: #7E7E7E. Windows color (decimal): -503767 or 2707704. OLE color: 2707704.

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

Color convert

RGB 248 80 41 -
CMYK 0 0.68 0.83 0.03
HSL 11.3º 0.94% 0.57% -
HSV(B) 11.3º 0.83% 0.97% -
XYZ 41.98 25.85 4.88 -
YUV 125.79 80.16 215.17 -
System Red Green Blue C M Y K H S L
Decimal 248 80 41 0 0.68 0.83 0.03 11.3 0.94 0.57
Hex F8 50 29 0 44 53 3 B 5E 39
Octal 370 120 51 0 104 123 3 13 136 71
Binary 11111000 1010000 101001 0 1000100 1010011 11 1011 1011110 111001

Color Harmonies of #F85029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85029

Black with #F85029

Text Example


Text Example

White with #F85029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85029; }

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

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

background-color css

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

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

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

border-color css

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

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

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