Html Css Color HEX #F56122 Outrageous Orange

📋 copy color: '#F56122'

red 245 ◦ green 97 ◦ blue 34

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

Shades of Outrageous Orange #F56122

Tints of Outrageous Orange #F56122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.8%

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

R = 65.16%
G = 25.8%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F56122 (or 0xF56122) is known color: Outrageous Orange. HEX triplet: F5, 61 and 22. RGB value is (245,97,34). Sum of RGB (Red+Green+Blue) = 245+97+34=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F56122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56122 is #0A9EDD. Grayscale: #868686. Windows color (decimal): -696030 or 2253301. OLE color: 2253301.

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

Color convert

RGB 245 97 34 -
CMYK 0 0.60 0.86 0.04
HSL 17.91º 0.91% 0.55% -
HSV(B) 17.91º 0.86% 0.96% -
XYZ 42.22 28.08 4.71 -
YUV 134.07 71.53 207.12 -
System Red Green Blue C M Y K H S L
Decimal 245 97 34 0 0.60 0.86 0.04 17.91 0.91 0.55
Hex F5 61 22 0 3C 56 4 12 5B 37
Octal 365 141 42 0 74 126 4 22 133 67
Binary 11110101 1100001 100010 0 111100 1010110 100 10010 1011011 110111

Color Harmonies of #F56122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56122

Black with #F56122

Text Example


Text Example

White with #F56122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56122; }

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

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

background-color css

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

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

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

border-color css

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

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

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