Html Css Color HEX #F85122 Outrageous Orange

📋 copy color: '#F85122'

red 248 ◦ green 81 ◦ blue 34

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

Shades of Outrageous Orange #F85122

Tints of Outrageous Orange #F85122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.37%

R = 68.32%
G = 22.31%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F85122 (or 0xF85122) is known color: Outrageous Orange. HEX triplet: F8, 51 and 22. RGB value is (248,81,34). Sum of RGB (Red+Green+Blue) = 248+81+34=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F85122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85122 is #07AEDD. Grayscale: #7D7D7D. Windows color (decimal): -503518 or 2249208. OLE color: 2249208.

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

Color convert

RGB 248 81 34 -
CMYK 0 0.67 0.86 0.03
HSL 13.18º 0.94% 0.55% -
HSV(B) 13.18º 0.86% 0.97% -
XYZ 41.94 25.96 4.31 -
YUV 125.58 76.33 215.32 -
System Red Green Blue C M Y K H S L
Decimal 248 81 34 0 0.67 0.86 0.03 13.18 0.94 0.55
Hex F8 51 22 0 43 56 3 D 5E 37
Octal 370 121 42 0 103 126 3 15 136 67
Binary 11111000 1010001 100010 0 1000011 1010110 11 1101 1011110 110111

Color Harmonies of #F85122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85122

Black with #F85122

Text Example


Text Example

White with #F85122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85122; }

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

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

background-color css

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

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

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

border-color css

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

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

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