Html Css Color HEX #F85322 Outrageous Orange

📋 copy color: '#F85322'

red 248 ◦ green 83 ◦ blue 34

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

Shades of Outrageous Orange #F85322

Tints of Outrageous Orange #F85322

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

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

R = 67.95%
G = 22.74%
B = 9.32%

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

#F85322 (or 0xF85322) is known color: Outrageous Orange. HEX triplet: F8, 53 and 22. RGB value is (248,83,34). Sum of RGB (Red+Green+Blue) = 248+83+34=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F85322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85322 is #07ACDD. Grayscale: #7F7F7F. Windows color (decimal): -503006 or 2249720. OLE color: 2249720.

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

Color convert

RGB 248 83 34 -
CMYK 0 0.67 0.86 0.03
HSL 13.74º 0.94% 0.55% -
HSV(B) 13.74º 0.86% 0.97% -
XYZ 42.09 26.26 4.36 -
YUV 126.75 75.66 214.48 -
System Red Green Blue C M Y K H S L
Decimal 248 83 34 0 0.67 0.86 0.03 13.74 0.94 0.55
Hex F8 53 22 0 43 56 3 E 5E 37
Octal 370 123 42 0 103 126 3 16 136 67
Binary 11111000 1010011 100010 0 1000011 1010110 11 1110 1011110 110111

Color Harmonies of #F85322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85322

Black with #F85322

Text Example


Text Example

White with #F85322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85322; }

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

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

background-color css

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

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

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

border-color css

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

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

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