Html Css Color HEX #F55822 Outrageous Orange

📋 copy color: '#F55822'

red 245 ◦ green 88 ◦ blue 34

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

Shades of Outrageous Orange #F55822

Tints of Outrageous Orange #F55822

RGB

 RED value IS 245 (96.09% from 255) = 66.76%

 GREEN value IS 88 (34.77% from 255) = 23.98%

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

R = 66.76%
G = 23.98%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F55822 (or 0xF55822) is known color: Outrageous Orange. HEX triplet: F5, 58 and 22. RGB value is (245,88,34). Sum of RGB (Red+Green+Blue) = 245+88+34=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F55822 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55822 is #0AA7DD. Grayscale: #818181. Windows color (decimal): -698334 or 2250997. OLE color: 2250997.

HSL color Cylindrical-coordinate representation of color #F55822: hue angle of 15.36º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F55822 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 88 34 -
CMYK 0 0.64 0.86 0.04
HSL 15.36º 0.91% 0.55% -
HSV(B) 15.36º 0.86% 0.96% -
XYZ 41.43 26.51 4.45 -
YUV 128.79 74.51 210.89 -
System Red Green Blue C M Y K H S L
Decimal 245 88 34 0 0.64 0.86 0.04 15.36 0.91 0.55
Hex F5 58 22 0 40 56 4 F 5B 37
Octal 365 130 42 0 100 126 4 17 133 67
Binary 11110101 1011000 100010 0 1000000 1010110 100 1111 1011011 110111

Color Harmonies of #F55822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55822

Black with #F55822

Text Example


Text Example

White with #F55822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55822; }

 p { color: rgb(245,88,34); }

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

background-color css

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

 a { background-color: rgb(245,88,34); }

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

border-color css

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

 span { border-color: rgb(245,88,34); }

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